Wafeq for Windsurf
io.github.ohneben/wafeq-mcp
Wafeq accounting API: all 251 endpoints as safety-categorized MCP tools, over stdio or HTTP.
client:Windsurf
transport:stdio
runtime:oci
Install Wafeq in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"wafeq-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ohneben/wafeq-mcp:2.1.0"
],
"env": {
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"WAFEQ_API_KEY": "<WAFEQ_API_KEY>",
"WAFEQ_ACCESS_TOKEN": "<WAFEQ_ACCESS_TOKEN>",
"WAFEQ_TOOL_GROUPS": "<WAFEQ_TOOL_GROUPS>",
"WAFEQ_API_BASE_URL": "<WAFEQ_API_BASE_URL>",
"MCP_AUTH_TOKEN": "<MCP_AUTH_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs