Connect your AI tools to UMD IT knowledge
Search publicly available IT Service Desk and Engineering IT knowledge base articles directly from Claude, Cursor, Windsurf, and other MCP-compatible assistants.
You'll log in with your UMD Directory ID the first time. After that, authentication is automatic.
Setup by tool
Claude Desktop
Anthropic's desktop app (Pro, Max, Team, or Enterprise plan)
- Open Settings → Connectors → Add custom connector
- Enter the server URL:
https://kb-mcp.eds.umd.edu/mcp - Complete the UMD CAS login when prompted
Alternatively, add via config file using the mcp-remote bridge:
// claude_desktop_config.json
{
"mcpServers": {
"umd-kb": {
"command": "npx",
"args": ["-y", "mcp-remote",
"https://kb-mcp.eds.umd.edu/mcp"]
}
}
}
Claude Code
Command-line assistant
- Run in your terminal:
claude mcp add --transport http umd-kb https://kb-mcp.eds.umd.edu/mcp
Cursor
AI code editor
- Add to
.cursor/mcp.jsonin your project (or~/.cursor/mcp.jsonglobally):
// .cursor/mcp.json
{
"mcpServers": {
"umd-kb": {
"type": "streamable-http",
"url": "https://kb-mcp.eds.umd.edu/mcp"
}
}
}
Windsurf
AI code editor by Codeium
- Open or create
~/.codeium/windsurf/mcp_config.json - Add:
// ~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"umd-kb": {
"serverUrl": "https://kb-mcp.eds.umd.edu/mcp"
}
}
}
- Restart Windsurf
Atlassian Rovo
Atlassian AI integrations (requires org admin)
- Go to Atlassian Administration → Apps → Sites → select your site
- Open Connected apps → Add external MCP server
- Select Custom MCP server and enter:
https://kb-mcp.eds.umd.edu/mcp - Registration and auth are handled automatically via OAuth
Other tools
Any MCP client with Streamable HTTP and OAuth 2.1
- Server URL:
https://kb-mcp.eds.umd.edu/mcp - OAuth metadata is auto-discovered at
/.well-known/oauth-authorization-server
Example questions
How do I connect to the UMD VPN?
What printers are in the engineering building?
How do I set up UMD email on my phone?
What software is available through UMD?
How do I reset my directory password?
How do I map a network drive?
Requirements
An active UMD Directory ID is required. Available to all UMD faculty, staff, and students. Contact Engineering IT if you need help.