← Back to Plugins
MCP Server MCP

ContextLayer

github By github 👁 1 views ▲ 0 votes

Intelligent context infrastructure for AI teams: knowledge graph, sessions, tasks, documents.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.dotnova.io/mcp",
      "headers": [
        {
          "description": "Bearer JWT issued by ContextLayer (sign in at https://app.dotnova.io and copy the API token from Settings -> API Keys). Format: 'Bearer <token>'.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...