reed-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REED_MCP_URL | No | Where reed listens | http://localhost:8000 |
| REED_MCP_API_KEY | No | Sent as X-API-Key; set it when reed runs with REED_API_KEY | |
| REED_MCP_TIMEOUT_SECONDS | No | Per-request timeout | 120 |
| REED_MCP_MAX_EXCERPT_CHARS | No | Longer excerpts are truncated and marked excerpt_truncated | 2000 |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| reed_searchA | Retrieve ranked evidence from the local reed index — no generation. Use this when you (the calling model) will write the answer: cite the
returned sources by filename and page/section. Each source carries The response also reports |
| reed_askA | Have reed's own local model answer, with audited citations. Runs reed's full pipeline: retrieval, evidence threshold, generation with
|
| reed_list_documentsA | List what the reed index knows about: one row per document. Returns |
| reed_get_documentA | Fetch the indexing status and metadata of one document by id. Returns the same shape as one reed_list_documents row. Useful to check
whether a just-uploaded document is |
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
- 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/Ulzuhan/reed-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server