agentic-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KB_DIR | No | Markdown knowledge base directory. | data |
| LOG_LEVEL | No | Log level. | info |
| MCP_HTTP_HOST | No | Host for HTTP transport. | localhost |
| MCP_HTTP_PORT | No | Port for HTTP transport. | 3333 |
| MCP_TRANSPORT | No | Transport mode. Defaults to stdio. | stdio |
| MCP_AUTH_TOKEN | No | Bearer token for HTTP transport. Required when MCP_TRANSPORT is http. | |
| MCP_ALLOW_WRITES | No | Enables write tools (kb.add). | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kb.searchA | Full-text search over the markdown knowledge base. Returns the best-matching documents with a slug (use it with kb.get), title, score and a short snippet. Use this first when you need information you do not already have. |
| kb.getA | Return the full markdown body of one knowledge-base document by slug (as returned by kb.search). |
| kb.addA | Create a new markdown document in the knowledge base. Fails if writes are disabled on this server or the slug already exists. Ask the user before calling this. |
| sys.timeA | Return the current date and time in ISO 8601, optionally for an IANA time zone. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarise-doc | Produce a five-bullet summary of one knowledge-base document |
| answer-with-sources | Answer a question using only the knowledge base, citing document slugs |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| kb-index | All documents with slug, title and tags |
| Deploying the server | One markdown document by slug |
| Getting started with the knowledge base | One markdown document by slug |
| MCP basics | One markdown document by slug |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kalpesh122/agentic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server