Model Context Protocol (MCP) Server for Graphlit Platform
Model Context Protocol (MCP) Server for Graphlit Platform
Is it safe?
No known CVEs for graphlit-mcp-server.
No authentication — any process on your machine can connect to this server.
MIT. View license →
Last scanned 0 days ago.
Is it maintained?
Last commit 80 days ago. 374 GitHub stars. 229 weekly downloads.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
39 tools. Estimated ~1,600 tokens of your context window (0.8% of 200K). Consider loading selectively — this is a heavy server.
What if it doesn't work?
Common issues: JSON syntax errors in config, wrong Node.js version, npx cache, network or firewall blocking. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"graphlit-mcp-server": {
"env": {
"GRAPHLIT_JWT_SECRET": "your-jwt-secret",
"GRAPHLIT_ENVIRONMENT_ID": "your-environment-id",
"GRAPHLIT_ORGANIZATION_ID": "your-organization-id"
},
"args": [
"-y",
"graphlit-mcp-server"
],
"command": "npx"
}
}
}This server supports HTTP transport. Be the first to test it — help the community know if it works.
Query ContentsQuery contents in the Graphlit project
Query CollectionsQuery collections in the Graphlit project
Query FeedsQuery feeds in the Graphlit project
Query ConversationsQuery conversations in the Graphlit project
Retrieve Relevant SourcesRetrieve relevant sources from the knowledge base
Retrieve Similar ImagesRetrieve similar images from the knowledge base
Visually Describe ImageGenerate visual description of an image
Prompt LLM ConversationSend a prompt to an LLM conversation
Extract Structured JSON from TextExtract structured JSON data from text
Publish as AudioPublish content as audio using ElevenLabs
ProjectGraphlit project resource
graphlit://project
ContentsContents resource in the project
graphlit://contents
FeedsFeeds resource in the project
graphlit://feeds
CollectionsCollections of content in the project
graphlit://collections
WorkflowsWorkflows resource in the project
graphlit://workflows
ConversationsConversations resource in the project
graphlit://conversations
SpecificationsSpecifications resource in the project
graphlit://specifications
Last scanned 2h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.