graphlit-mcp-server and claude-code-mcp
These are ecosystem siblings—one provides local code execution capabilities for Claude while the other offers a separate platform integration, both implementing the MCP Server specification to extend Claude's functionality in different domains.
About graphlit-mcp-server
graphlit/graphlit-mcp-server
Model Context Protocol (MCP) Server for Graphlit Platform
Provides a unified knowledge base by ingesting data from 20+ sources (Slack, Discord, Google Drive, GitHub, Jira, email, etc.) and extracting documents to Markdown and transcribing audio/video automatically. Exposes retrieval, RAG, extraction, and publishing capabilities through 40+ MCP tools—including built-in web crawling and search—enabling AI clients like Cursor and Cline to query and reason over aggregated project knowledge without external tool dependencies.
About claude-code-mcp
KunihiroS/claude-code-mcp
MCP Server connects with claude code local command.
Exposes Claude Code CLI capabilities (explain, review, fix, edit, test code) as MCP tools through stdio-based JSON communication, using Base64 encoding to safely handle special characters in natural language inputs. Implements request routing via `child_process.spawn` to execute templated or custom Claude CLI commands and return results to MCP hosts. Integrates with Claude Desktop and other MCP hosts, supporting Node.js 18+ with configurable logging and environment-based CLI path configuration.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work