the metis fca handbook ai harness mcp for Zed
io.github.99blaked99/the-metis-fca-handbook-ai-harness-mcp
MCP server for FCA Handbook compliance analysis with verbatim citations.
client:Zed
transport:stdio
runtime:pypi
Install the metis fca handbook ai harness mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"the-metis-fca-handbook-ai-harness-mcp": {
"command": "uvx",
"args": [
"fca-handbook-harness-mcp"
],
"env": {
"METIS_API_KEY": "<METIS_API_KEY>",
"METIS_BASE_URL": "<METIS_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs