Config is the same across clients — only the file and path differ.
{
"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"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. This document outlines the setup process and provides a basic example of using the client.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked graphlit-mcp-server against OSV.dev.
Click any tool to inspect its schema.
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
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / ai-ml
Persistent memory using a knowledge graph
Manage Supabase projects — databases, auth, storage, and edge functions
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP Security Weekly
Get CVE alerts and security updates for Graphlit Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. This document outlines the setup process and provides a basic example of using the client.
Ingest anything from Slack, Discord, websites, Google Drive, email, Jira, Linear or GitHub into a Graphlit project - and then search and retrieve relevant knowledge within an MCP client like Cursor, Windsurf, Goose or Cline.
Your Graphlit project acts as a searchable, and RAG-ready knowledge base across all your developer and product management tools.
Documents (PDF, DOCX, PPTX, etc.) and HTML web pages will be extracted to Markdown upon ingestion. Audio and video files will be transcribed upon ingestion.
Web crawling and web search are built-in as MCP tools, with no need to integrate other tools like Firecrawl, Exa, etc. separately.
You can read more about the MCP Server use cases and features on our blog.
Watch our latest YouTube video on using the Graphlit MCP Server with the Goose MCP client.
For any questions on using the MCP Server, please join our Discord community and post on the #mcp channel.
Before you begin, ensure you have the following:
The Graphlit MCP Server supports environment variables to be set for authentication and configuration:
GRAPHLIT_ENVIRONMENT_ID: Your environment ID.GRAPHLIT_ORGANIZATION_ID: Your organization ID.GRAPHLIT_JWT_SECRET: Your JWT secret for signing the JWT token.You can find these values in the API settings dashboard on the [Graphlit Platform](https://portal.gr