Shared Knowledge MCP Server

by j5ik2o
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHUNK_SIZENoChunk size for text splitting1000
CHUNK_OVERLAPNoOverlap size for chunks200
OPENAI_API_KEYYesOpenAI API key (required)
VECTOR_STORE_TYPENoType of vector store to use ("hnswlib", "chroma", "pinecone", "milvus", "weaviate")hnswlib
KNOWLEDGE_BASE_PATHYesPath to the knowledge base (required)
VECTOR_STORE_CONFIGNoVector store configuration (JSON string){}
SIMILARITY_THRESHOLDNoSimilarity score threshold for search (0-1)0.7

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools