KnowledgeRail
Rank #5,374io.github.Deviank88/knowledge-rail
Persistent, evidence-backed project knowledge and task context for coding agents.
KnowledgeRail is a Model Context Protocol (MCP) server published by Deviank88. It ranks #5,374 of 115,591 servers tracked on MCP Toplist. KnowledgeRail is listed across 2 registries — Official MCP and Glama, with 10 tracked versions. It was first listed on Aug 14, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 110,217 of 115,591 servers on MCP Toplist.
Use KnowledgeRail
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add knowledge-rail -- npx -y knowledge-rail[mcp_servers.knowledge-rail]
command = "npx"
args = ["-y", "knowledge-rail"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"knowledge-rail": {
"command": "npx",
"args": [
"-y",
"knowledge-rail"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"knowledge-rail": {
"command": "npx",
"args": [
"-y",
"knowledge-rail"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"knowledge-rail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"knowledge-rail"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"knowledge-rail": {
"command": "npx",
"args": [
"-y",
"knowledge-rail"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"knowledge-rail": {
"command": "npx",
"args": [
"-y",
"knowledge-rail"
]
}
}
}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.Deviank88%2Fknowledge-rail)<a href="https://mcptoplist.com/server/io.github.Deviank88%2Fknowledge-rail"><img src="https://mcptoplist.com/badge/io.github.Deviank88%2Fknowledge-rail.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Deviank88
Other servers by Deviank88
View all Deviank88 servers →Available versions (10)
| Version | Published |
|---|---|
| 2.7.0 | Aug 27, 2026 |
| 2.6.2 | Aug 24, 2026 |
| 2.6.1 | Aug 22, 2026 |
| 2.6.0 | Aug 19, 2026 |
| 2.3.0 | Aug 19, 2026 |
| 2.2.1 | Aug 18, 2026 |
| 2.2.0 | Aug 18, 2026 |
| 2.0.4 | Aug 17, 2026 |
| 2.0.2 | Aug 16, 2026 |
| 1.0.2 | Aug 16, 2026 |
Frequently asked questions
- Who maintains KnowledgeRail?
- KnowledgeRail is maintained by Deviank88, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is KnowledgeRail listed on the Official MCP Registry?
- Yes — KnowledgeRail is listed on the Official MCP Registry, alongside Glama.
- How many versions does KnowledgeRail have?
- MCP Toplist tracks 10 versions of KnowledgeRail, most recently published on Aug 27, 2026.
- Where can I find the source code for KnowledgeRail?
- The source code for KnowledgeRail is hosted at github.com/Deviank88/KnowledgeRail.