
Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "shared knowledge rag": {4 "env": {5 "CHUNK_SIZE": "1000",6 "CHUNK_OVERLAP": "200",7 "OPENAI_API_KEY": "your-openai-api-key",8 "VECTOR_STORE_TYPE": "hnswlib",9 "KNOWLEDGE_BASE_PATH": "/path/to/your/rules",10 "SIMILARITY_THRESHOLD": "0.7"11 },12 "args": [13 "/path/to/shared-knowledge-mcp/dist/index.js"14 ],15 "command": "node"16 }17 }18}
No reviews yet. Be the first to review!
Sign in to join the conversation