Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server for the Graphlit platform that enables integration between MCP clients and Graphlit services for knowledge retrieval and RAG operations.
Add this to your MCP client configuration:
{
"mcpServers": {
"graphlit-graphlit-mcp-server": {
"command": "npx",
"args": [
"-y",
"graphlit-mcp-server"
],
"env": {
"GRAPHLIT_ORGANIZATION_ID": "<Your Graphlit organization ID>",
"GRAPHLIT_ENVIRONMENT_ID": "<Your Graphlit environment ID>",
"GRAPHLIT_JWT_SECRET": "<Your Graphlit JWT secret>"
}
}
}
}{
"id": "graphlit-graphlit-mcp-server",
"name": "Graphlit",
"description": "A Model Context Protocol (MCP) server for the Graphlit platform that enables integration between MCP clients and Graphlit services for knowledge retrieval and RAG operations.",
"source_url": "https://github.com/graphlit/graphlit-mcp-server",
"publisher_name": "graphlit",
"publisher_url": "https://github.com/graphlit",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 59323,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "graphlit-mcp-server"
},
"tools_count": 64
}