What is the ContextLayer MCP server?
Intelligent context infrastructure for AI teams: knowledge graph, sessions, tasks, documents.
How to install ContextLayer
Copy-paste configuration for popular MCP clients.
AuthorizationrequiredsecretBearer JWT issued by ContextLayer (sign in at https://app.dotnova.io and copy the API token from Settings -> API Keys). Format: 'Bearer <token>'.
{
"mcpServers": {
"context-layer": {
"url": "https://api.dotnova.io/mcp"
}
}
}{
"mcpServers": {
"context-layer": {
"serverUrl": "https://api.dotnova.io/mcp"
}
}
}{
"servers": {
"context-layer": {
"type": "http",
"url": "https://api.dotnova.io/mcp"
}
}
}{
"mcpServers": {
"context-layer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.dotnova.io/mcp"
]
}
}
}claude mcp add --transport http context-layer https://api.dotnova.io/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.