graphorama-mcp
v0.3.0
Published
High-performance MCP server for code validation and service orchestration
Maintainers
Readme
🚀 Graphorama MCP Server
High-performance MCP server for code validation and service orchestration.
Quick Install
npm install -g graphorama-mcpSetup for MCP Clients
# Claude Desktop
graphorama-setup claude-desktop
# Claude Code (via npx - recommended)
claude mcp add npx graphorama-mcp
# Claude Code (via global install)
graphorama-setup claude-code
# Cursor IDE
graphorama-setup cursor
# Windsurf IDE
graphorama-setup windsurf
# Gemini CLI
graphorama-setup gemini-cliDirect Usage
# Start MCP server
graphorama serve --transport stdio
# Validate code
graphorama validate src/main.py
# Discover services
graphorama discover --sources docker,process