← Back to Plugins
MCP Server MCP

Northwestern University Libraries Digital Collections API

github By github 👁 1 views ▲ 0 votes

Agent integration with the Northwestern University Libraries Digital Collections API

Homepage Verified source GitHub

Install

npx -y @nulib/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.dc.library.northwestern.edu/api/v2/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@nulib/dc-api-mcp",
      "version": "2.11.10",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/nulib/dc-api-mcp:2.11.10",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http npm oci

Comments

Sign in to leave a comment

Loading comments...