swarmvault mcp

Run SwarmVault as a local MCP server over stdio.

Usage

swarmvault mcp

What It Exposes

Tools

  • workspace_info
  • search_pages
  • read_page
  • list_sources
  • query_vault
  • ingest_input
  • compile_vault
  • lint_vault

Resources

  • swarmvault://config
  • swarmvault://graph
  • swarmvault://manifests
  • swarmvault://pages/{path}

Notes

  • The current release supports stdio transport only
  • Run the command from the root of the vault you want to expose
  • Compatible clients can use this surface to search pages, read markdown, query the vault, ingest new input, and run compile or lint without shelling out directly

For a higher-level explanation of the MCP surface, see MCP Server.