Kindex
Rank #2,004io.github.jmcentire/kindex
Persistent knowledge graph and MCP server for AI workflows with git-tracked project context.
Kindex is a Model Context Protocol (MCP) server published by jmcentire. It ranks #2,004 of 115,460 servers tracked on MCP Toplist, and its repository has 24 GitHub stars. Kindex is listed across 2 registries — Official MCP and PulseMCP, with 5 tracked versions. It was first listed on Feb 24, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 113,456 of 115,460 servers on MCP Toplist.
Use Kindex
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add kindex -- uvx kindex[mcp_servers.kindex]
command = "uvx"
args = ["kindex"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"kindex": {
"command": "uvx",
"args": [
"kindex"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"kindex": {
"command": "uvx",
"args": [
"kindex"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"kindex": {
"type": "stdio",
"command": "uvx",
"args": [
"kindex"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"kindex": {
"command": "uvx",
"args": [
"kindex"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"kindex": {
"command": "uvx",
"args": [
"kindex"
]
}
}
}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.jmcentire%2Fkindex)<a href="https://mcptoplist.com/server/io.github.jmcentire%2Fkindex"><img src="https://mcptoplist.com/badge/io.github.jmcentire%2Fkindex.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
jmcentire
Other servers by jmcentire
- signet-eval#9,937 · 2 vers
- Python CLI Tool for Generating MCP Servers from API Specs MCP Server#64,619
Available versions (5)
| Version | Published |
|---|---|
| 0.32.0 | Aug 18, 2026 |
| 0.19.0 | May 15, 2026 |
| 0.4.1 | Feb 25, 2026 |
| 0.4.0 | Feb 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Kindex?
- Kindex is maintained by jmcentire, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Kindex listed on the Official MCP Registry?
- Yes — Kindex is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Kindex have?
- MCP Toplist tracks 5 versions of Kindex, most recently published on Aug 18, 2026.
- Where can I find the source code for Kindex?
- The source code for Kindex is hosted at github.com/jmcentire/kindex.