web-research-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_TTL_DAYS | No | TTL for non-version-locked entries | 30 |
| EMBEDDINGS_ENABLED | No | vector search (post-MVP) | 0 |
| WEB_RESEARCH_DB_PATH | No | DB location (global — reused across projects) | ~/.web-research-mcp/research.db |
| WEB_RESEARCH_AUTO_UPDATE | No | advertise updates so the host auto-delegates them; set 0 to disable | 1 |
Capabilities
Features and capabilities supported by this server
| 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 |
|---|---|
| list_treeC | Cached hierarchy tech -> version -> topics (names + flags, no content). |
| check_referenceB | Cheap existence/freshness check. No content. Omit version for the latest. |
| get_referenceA | Full cached doc for a slug. Optional section returns one heading block. |
| search_referenceA | Full-text search over cached references when the exact topic is unknown. |
| save_researchB | Store host-researched docs. Supersedes older versions atomically. Only tech/topic/summary/content are required. Omit version for a general (not version-bound) reference; status_tag defaults to "current". Response includes |
| invalidate_referenceC | Force a reference stale so the next check advises re-research. |
| check_for_updateA | Whether a newer server version exists on GitHub. If update_available, the host should delegate a background agent to run
the returned |
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
- 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/jcsoftdev/web-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server