Cortex MCP
Rank #19,220io.github.j0hanz/cortex-mcp
MCP server providing cortex-mcp capabilities
Cortex MCP is a Model Context Protocol (MCP) server published by j0hanz. It ranks #19,220 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Cortex MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 19 tracked versions. It was first listed on Feb 11, 2026 and most recently updated on Mar 6, 2026.
Ranks ahead of 96,240 of 115,460 servers on MCP Toplist.
Use Cortex MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cortex-mcp -- npx -y @j0hanz/cortex-mcp[mcp_servers.cortex-mcp]
command = "npx"
args = ["-y", "@j0hanz/cortex-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cortex-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/cortex-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cortex-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/cortex-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cortex-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/cortex-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cortex-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/cortex-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cortex-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/cortex-mcp"
]
}
}
}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.j0hanz%2Fcortex-mcp)<a href="https://mcptoplist.com/server/io.github.j0hanz%2Fcortex-mcp"><img src="https://mcptoplist.com/badge/io.github.j0hanz%2Fcortex-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
j0hanz
Other servers by j0hanz
- Filesystem MCP#2,703 · 52 vers
- Filesystem Context#7,750 · 2 vers
- Fetch URL MCP Server#10,435 · 82 vers
- Code Lens#14,267 · 41 vers
- Memory MCP#35,019 · 4 vers
- PromptTuner MCP#81,997
- MCP Playwright Server#84,140
- Todokit MCP Server#84,141
- memdb#99,526
Available versions (19)
| Version | Published |
|---|---|
| 1.11.0 | Mar 6, 2026 |
| 1.10.1 | Mar 5, 2026 |
| 1.10.0 | Mar 5, 2026 |
| 1.9.0 | Mar 1, 2026 |
| 1.8.0 | Feb 25, 2026 |
| 1.7.0 | Feb 25, 2026 |
| 1.6.0 | Feb 25, 2026 |
| 1.5.0 | Feb 23, 2026 |
| 1.4.0 | Feb 22, 2026 |
| 1.3.0 | Feb 19, 2026 |
| 1.2.1 | Feb 12, 2026 |
| 1.2.0 | Feb 12, 2026 |
| 1.1.3 | Feb 12, 2026 |
| 1.1.2 | Feb 12, 2026 |
| 1.1.1 | Feb 12, 2026 |
| 1.1.0 | Feb 12, 2026 |
| 1.0.0 | Feb 11, 2026 |
| 0.1.3 | Feb 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cortex MCP?
- Cortex MCP is maintained by j0hanz, which publishes 14 MCP servers (200 total versions) tracked on MCP Toplist.
- Is Cortex MCP listed on the Official MCP Registry?
- Yes — Cortex MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Cortex MCP have?
- MCP Toplist tracks 19 versions of Cortex MCP, most recently published on Mar 6, 2026.
- Where can I find the source code for Cortex MCP?
- The source code for Cortex MCP is hosted at github.com/j0hanz/cortex-mcp.