ContextLayer✓
io.github.DotNova/context-layer · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.DotNova/context-layer",
"description": "Intelligent context infrastructure for AI teams: knowledge graph, sessions, tasks, documents.",
"title": "ContextLayer",
"repository": {
"url": "https://github.com/DotNova/context-layer",
"source": "github"
},
"version": "0.1.0",
"websiteUrl": "https://app.dotnova.io",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}