Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EVIDENCE_MCP_TRANSPORTNoTransport mode: stdio, ssestdio
EVIDENCE_MCP_EVIDENCE_DEV_URLNoEvidence dev server URLhttp://localhost:3000
EVIDENCE_MCP_EVIDENCE_PROJECT_PATHYesPath to Evidence project

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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:

  • charts: LineChart, BarChart, AreaChart, Heatmap, SankeyDiagram, etc.

  • data: Value, BigValue, DataTable, Delta

  • inputs: Dropdown, Slider, DateInput, ButtonGroup, etc.

  • ui: Grid, Tabs, Modal, Alert, Accordion, etc.

  • maps: USMap, AreaMap, PointMap, BubbleMap, BaseMap

  • custom: CustomComponent, ComponentQueries

  • core-concepts: queries, syntax, loops, formatting, filters, etc.

  • data-sources: postgres, mysql, snowflake, bigquery, duckdb, etc.

  • deployment: vercel, netlify, cloudflare-pages, etc.

  • guides: best-practices, troubleshooting, chart-cheat-sheet

  • reference: cli, markdown, layouts

  • plugins: source-plugins, component-plugins

  • getting-started: install-evidence, build-your-first-app

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/jaho5/evidence-mcp'

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