Perseus: MCP server and live context engine
Rank #1,117io.github.Perseus-Computing-LLC/perseus
Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.
Perseus: MCP server and live context engine is a Model Context Protocol (MCP) server published by tcconnally. It ranks #1,117 of 115,460 servers tracked on MCP Toplist, and its repository has 42 GitHub stars. Perseus: MCP server and live context engine is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 7 tracked versions. It was first listed on May 24, 2026 and most recently updated on Aug 1, 2026.
Ranks ahead of 114,343 of 115,460 servers on MCP Toplist.
Use Perseus: MCP server and live context engine
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add perseus -- uvx perseus-ctx mcp serve[mcp_servers.perseus]
command = "uvx"
args = ["perseus-ctx", "mcp", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"perseus": {
"command": "uvx",
"args": [
"perseus-ctx",
"mcp",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"perseus": {
"command": "uvx",
"args": [
"perseus-ctx",
"mcp",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"perseus": {
"type": "stdio",
"command": "uvx",
"args": [
"perseus-ctx",
"mcp",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"perseus": {
"command": "uvx",
"args": [
"perseus-ctx",
"mcp",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"perseus": {
"command": "uvx",
"args": [
"perseus-ctx",
"mcp",
"serve"
]
}
}
}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.Perseus-Computing-LLC%2Fperseus)<a href="https://mcptoplist.com/server/io.github.Perseus-Computing-LLC%2Fperseus"><img src="https://mcptoplist.com/badge/io.github.Perseus-Computing-LLC%2Fperseus.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (2 delisted)
tcconnally
Other servers by tcconnally
View all tcconnally servers →Available versions (7)
| Version | Published |
|---|---|
| 1.0.25 | Aug 1, 2026 |
| 1.0.22 | Jul 11, 2026 |
| 1.0.19 | Jul 5, 2026 |
| 1.0.17 | Jul 3, 2026 |
| 1.0.15 | Jul 2, 2026 |
| 1.0.13 | Jun 28, 2026 |
| 1.0.3 | May 24, 2026 |
Frequently asked questions
- Who maintains Perseus: MCP server and live context engine?
- Perseus: MCP server and live context engine is maintained by tcconnally, which publishes 3 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Perseus: MCP server and live context engine listed on the Official MCP Registry?
- Yes — Perseus: MCP server and live context engine is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Perseus: MCP server and live context engine have?
- MCP Toplist tracks 7 versions of Perseus: MCP server and live context engine, most recently published on Aug 1, 2026.
- Where can I find the source code for Perseus: MCP server and live context engine?
- The source code for Perseus: MCP server and live context engine is hosted at github.com/tcconnally/perseus.