graphorama-mcp
Version:
High-performance MCP server for code validation and service orchestration
51 lines (34 loc) • 970 B
Markdown
# 🚀 Graphorama MCP Server
High-performance MCP server for code validation and service orchestration.
## Quick Install
```bash
npm install -g graphorama-mcp
```
## Setup for MCP Clients
```bash
# 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-cli
```
## Direct Usage
```bash
# Start MCP server
graphorama serve --transport stdio
# Validate code
graphorama validate src/main.py
# Discover services
graphorama discover --sources docker,process
```
## Documentation
- [GitHub Repository](https://github.com/nedops/grapharoma-mcp)
- [Quick Start Guides](https://github.com/nedops/grapharoma-mcp/tree/main/docs/quick-start)
- [Configuration Guide](https://github.com/nedops/grapharoma-mcp#configuration)