Skip to content

vera_mcp package

Model Context Protocol server exposing VERA search and inspection tools to AI agents.

Install with the MCP extra:

python -m pip install "vera-cli[mcp]>=0.2.2"
# or
python -m pip install "vera-mcp>=0.2.2"

Run the server:

vera mcp
# or
vera-mcp

vera_mcp

MCP integration for VERA databases.

Functions:

  • build_server

    Create the FastMCP server with VERA tools registered.

  • main

    Entry point for vera mcp: run the server over stdio.

build_server

build_server()

Create the FastMCP server with VERA tools registered.

main

main() -> int

Entry point for vera mcp: run the server over stdio.

See MCP integration for client configuration examples.