A. James Clark School of Engineering, University of Maryland

IT Knowledge MCP

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.

https://kb-mcp.eds.umd.edu/mcp

You'll log in with your UMD Directory ID the first time. After that, authentication is automatic.

Claude Desktop

Anthropic's desktop app (Pro, Max, Team, or Enterprise plan)

  1. Open SettingsConnectorsAdd custom connector
  2. Enter the server URL: https://kb-mcp.eds.umd.edu/mcp
  3. 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

  1. Run in your terminal:
claude mcp add --transport http umd-kb https://kb-mcp.eds.umd.edu/mcp

Cursor

AI code editor

  1. Add to .cursor/mcp.json in your project (or ~/.cursor/mcp.json globally):
// .cursor/mcp.json
{
  "mcpServers": {
    "umd-kb": {
      "type": "streamable-http",
      "url": "https://kb-mcp.eds.umd.edu/mcp"
    }
  }
}

Windsurf

AI code editor by Codeium

  1. Open or create ~/.codeium/windsurf/mcp_config.json
  2. Add:
// ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "umd-kb": {
      "serverUrl": "https://kb-mcp.eds.umd.edu/mcp"
    }
  }
}
  1. Restart Windsurf

Atlassian Rovo

Atlassian AI integrations (requires org admin)

  1. Go to Atlassian AdministrationAppsSites → select your site
  2. Open Connected appsAdd external MCP server
  3. Select Custom MCP server and enter: https://kb-mcp.eds.umd.edu/mcp
  4. Registration and auth are handled automatically via OAuth

Other tools

Any MCP client with Streamable HTTP and OAuth 2.1

  1. Server URL: https://kb-mcp.eds.umd.edu/mcp
  2. OAuth metadata is auto-discovered at /.well-known/oauth-authorization-server
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?

An active UMD Directory ID is required. Available to all UMD faculty, staff, and students. Contact Engineering IT if you need help.