Skip to main content
Glama

Shared Knowledge MCP Server

by j5ik2o
claude-desktop-config-samples.json892 B
{ "hnsw": { "mcpServers": { "unify-rag": { "command": "node", "args": ["/Users/j5ik2o/Sources/unify-rag/dist/index.js"], "env": { "KNOWLEDGE_BASE_PATH": "/Users/j5ik2o/Sources/unify-rag/docs", "VECTOR_STORE_TYPE": "hnswlib", "VECTOR_STORE_CONFIG": "{}" }, "disabled": false, "autoApprove": [] } } }, "weaviate": { "mcpServers": { "unify-rag": { "command": "node", "args": ["/Users/j5ik2o/Sources/unify-rag/dist/index.js"], "env": { "KNOWLEDGE_BASE_PATH": "/Users/j5ik2o/Sources/unify-rag/docs", "VECTOR_STORE_TYPE": "weaviate", "VECTOR_STORE_CONFIG": "{\"url\":\"http://localhost:8080\",\"className\":\"Document\",\"textKey\":\"content\"}" }, "disabled": false, "autoApprove": [] } } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/j5ik2o/shared-knowledge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server