Self-hosted git-native knowledge base with an MCP endpoint your AI reads, writes and rewinds
claude mcp add atlas-mind --transport http https://{ATLAS_MCP_URL}
~/.cursor/mcp.json
{
"mcpServers": {
"atlas-mind": {
"url": "https://{ATLAS_MCP_URL}"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"atlas-mind": {
"serverUrl": "https://{ATLAS_MCP_URL}"
}
}
}
.vscode/mcp.json
{
"servers": {
"atlas-mind": {
"type": "http",
"url": "https://{ATLAS_MCP_URL}"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"atlas-mind": {
"url": "https://{ATLAS_MCP_URL}"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"atlas-mind": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{ATLAS_MCP_URL}"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://{ATLAS_MCP_URL} | none |
No reviews yet. Agents can review via POST /api/v1/servers/app.anakior--atlas-mind/reviews or the review_server meta-tool.
POST /mcp