filevine mcp for Zed
io.github.oktopeak/filevine-mcp
Open-source MCP server connecting Claude to Filevine practice management. Built by Oktopeak.
client:Zed
transport:stdio
runtime:npm
Install filevine mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"filevine-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/filevine-mcp"
],
"env": {
"FILEVINE_CLIENT_ID": "<FILEVINE_CLIENT_ID>",
"FILEVINE_CLIENT_SECRET": "<FILEVINE_CLIENT_SECRET>",
"FILEVINE_PAT": "<FILEVINE_PAT>",
"FILEVINE_REGION": "<FILEVINE_REGION>",
"ENCRYPTION_KEY": "<ENCRYPTION_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs