Skip to main content
Glama
kalpesh122

agentic-mcp-server

by kalpesh122

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KB_DIRNoMarkdown knowledge base directory.data
LOG_LEVELNoLog level.info
MCP_HTTP_HOSTNoHost for HTTP transport.localhost
MCP_HTTP_PORTNoPort for HTTP transport.3333
MCP_TRANSPORTNoTransport mode. Defaults to stdio.stdio
MCP_AUTH_TOKENNoBearer token for HTTP transport. Required when MCP_TRANSPORT is http.
MCP_ALLOW_WRITESNoEnables 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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
summarise-docProduce a five-bullet summary of one knowledge-base document
answer-with-sourcesAnswer a question using only the knowledge base, citing document slugs

Resources

Contextual data attached and managed by the client

NameDescription
kb-indexAll documents with slug, title and tags
Deploying the serverOne markdown document by slug
Getting started with the knowledge baseOne markdown document by slug
MCP basicsOne markdown document by slug

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/kalpesh122/agentic-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server