Cairn MCP
Rank #11,848io.github.jasondostal/cairn-mcp
MCP server providing cairn-mcp capabilities
Cairn MCP is a Model Context Protocol (MCP) server published by jasondostal. It ranks #11,848 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Cairn MCP is listed across 3 registries — Official MCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Feb 11, 2026 and most recently updated on Feb 11, 2026.
Ranks ahead of 120,198 of 132,046 servers on MCP Toplist.
Use Cairn MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cairn-mcp -e "CAIRN_DB_HOST=<your CAIRN_DB_HOST>" -e "CAIRN_DB_PASS=<your CAIRN_DB_PASS>" -e "CAIRN_TRANSPORT=<your CAIRN_TRANSPORT>" -e "CAIRN_LLM_BACKEND=<your CAIRN_LLM_BACKEND>" -- docker run -i --rm ghcr.io/jasondostal/cairn-mcp:0.21.2Replace each placeholder with your own value before saving.
[mcp_servers.cairn-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/jasondostal/cairn-mcp:0.21.2"]
[mcp_servers.cairn-mcp.env]
CAIRN_DB_HOST = "<your CAIRN_DB_HOST>"
CAIRN_DB_PASS = "<your CAIRN_DB_PASS>"
CAIRN_TRANSPORT = "<your CAIRN_TRANSPORT>"
CAIRN_LLM_BACKEND = "<your CAIRN_LLM_BACKEND>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cairn-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jasondostal/cairn-mcp:0.21.2"
],
"env": {
"CAIRN_DB_HOST": "<your CAIRN_DB_HOST>",
"CAIRN_DB_PASS": "<your CAIRN_DB_PASS>",
"CAIRN_TRANSPORT": "<your CAIRN_TRANSPORT>",
"CAIRN_LLM_BACKEND": "<your CAIRN_LLM_BACKEND>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cairn-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jasondostal/cairn-mcp:0.21.2"
],
"env": {
"CAIRN_DB_HOST": "<your CAIRN_DB_HOST>",
"CAIRN_DB_PASS": "<your CAIRN_DB_PASS>",
"CAIRN_TRANSPORT": "<your CAIRN_TRANSPORT>",
"CAIRN_LLM_BACKEND": "<your CAIRN_LLM_BACKEND>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cairn-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jasondostal/cairn-mcp:0.21.2"
],
"env": {
"CAIRN_DB_HOST": "<your CAIRN_DB_HOST>",
"CAIRN_DB_PASS": "<your CAIRN_DB_PASS>",
"CAIRN_TRANSPORT": "<your CAIRN_TRANSPORT>",
"CAIRN_LLM_BACKEND": "<your CAIRN_LLM_BACKEND>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cairn-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jasondostal/cairn-mcp:0.21.2"
],
"env": {
"CAIRN_DB_HOST": "<your CAIRN_DB_HOST>",
"CAIRN_DB_PASS": "<your CAIRN_DB_PASS>",
"CAIRN_TRANSPORT": "<your CAIRN_TRANSPORT>",
"CAIRN_LLM_BACKEND": "<your CAIRN_LLM_BACKEND>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cairn-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jasondostal/cairn-mcp:0.21.2"
],
"env": {
"CAIRN_DB_HOST": "<your CAIRN_DB_HOST>",
"CAIRN_DB_PASS": "<your CAIRN_DB_PASS>",
"CAIRN_TRANSPORT": "<your CAIRN_TRANSPORT>",
"CAIRN_LLM_BACKEND": "<your CAIRN_LLM_BACKEND>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jasondostal%2Fcairn-mcp)<a href="https://mcptoplist.com/server/io.github.jasondostal%2Fcairn-mcp"><img src="https://mcptoplist.com/badge/io.github.jasondostal%2Fcairn-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jasondostal
Available versions (2)
| Version | Published |
|---|---|
| 0.21.2 | Feb 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cairn MCP?
- Cairn MCP is maintained by jasondostal, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Cairn MCP listed on the Official MCP Registry?
- Yes — Cairn MCP is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Cairn MCP have?
- MCP Toplist tracks 2 versions of Cairn MCP, most recently published on Feb 11, 2026.
- Where can I find the source code for Cairn MCP?
- The source code for Cairn MCP is hosted at github.com/jasondostal/cairn-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.