Skip to main content
Glama

Shared Knowledge MCP Server

by j5ik2o

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

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