grounding-ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENTS_DIR | Yes | Directory of agent YAML files. Can point outside the repo if you keep agents in a separate repo. | |
| CORPUS_DIR | Yes | Root containing _index.json and <slug>/chunks/ (e.g., ./corpus or ~/Documents/Corpora/corpus) | |
| EMBEDDINGS_DIR | Yes | Root containing <agent>/_embeddings.faiss and _chunk_map.json |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_corpusA | Search the agent's corpus for relevant documents using semantic similarity. Returns chunks from ingested PDFs, EPUBs, and documents that match the query. Use this to find information in your knowledge base before answering questions. |
| list_corpus_agentsA | List all agents that have corpus embeddings available for search. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/andyliszewski/grounding-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server