evidence-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EVIDENCE_MCP_TRANSPORT | No | Transport mode: stdio, sse | stdio |
| EVIDENCE_MCP_EVIDENCE_DEV_URL | No | Evidence dev server URL | http://localhost:3000 |
| EVIDENCE_MCP_EVIDENCE_PROJECT_PATH | Yes | Path to Evidence project |
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 |
|---|---|
| get_metadataA | Returns database schema from Evidence's DuckDB connection. Returns a JSON object with tables and their columns, including data types. Use this to understand what data is available for queries. Returns: Dictionary with 'tables' array, each containing 'name' and 'columns' |
| read_docsB | Retrieves Evidence documentation using hierarchical lookup. Categories:
Returns: Dictionary with 'title', 'content', and 'related_docs' for further exploration |
| edit_pageC | Proposes changes to the current Evidence markdown page. Validates the proposed content for common Evidence syntax issues and returns the content with any warnings detected. Returns: Dictionary with 'success', 'description', 'content', and 'warnings' list |
| debug_codeC | Analyzes validation errors and suggests fixes. Examines the provided errors and page content to identify issues and generate actionable fix suggestions. Returns: Dictionary with 'analysis', 'suggestions' list, and optionally 'fixed_content' |
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/jaho5/evidence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server