★ 1 stars
Python
🤖 AI/LLM
Updated today
Structural code graph server for AI agents — parses repositories into a Neo4j graph via tree-sitter and exposes it as an MCP tool interface with lexical, referential, semantic, and dependency queries.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"codesteward": {
"command": "uvx",
"args": [
"codesteward"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add codesteward uvx codesteward
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"codesteward": {
"command": "uvx",
"args": [
"codesteward"
]
}
}
}
📋 Copy
Or install with pip: pip install codesteward
README Excerpt
<p align="center"> <img src="assets/codesteward-logo.png" alt="Codesteward" width="320" /> </p> <p align="center"> <a href="https://pypi.org/project/codesteward-mcp/"><img src="https://img.shields.io/pypi/v/codesteward-mcp?color=0078d4&label=codesteward-mcp" alt="PyPI codesteward-mcp"></a> <a href="https://pypi.org/project/codesteward-graph/"><img src="https://img.shields.io/pypi/v/codesteward-graph?color=00b4d8&label=codesteward-graph" alt="PyPI codesteward-graph"></a>
Tools (20)
CALLS DEFAULT_REPO_ID DEFAULT_REPO_PATH DEFAULT_TENANT_ID DEPENDS_ON EXTENDS GRAPHQLITE_DB_PATH GRAPH_BACKEND GUARDED_BY HOST IMPORTS JANUSGRAPH_URL LOG_LEVEL LexicalNode NEO4J_PASSWORD NEO4J_URI NEO4J_USER PATH PORT PROTECTED_BY
Topics
ai-tools claude claude-code codex mcp mcp-server