Dedicated IDE Edition. Persistent project context for Cursor, Windsurf, Cline, VS Code.
claude mcp add faf-mcp -- npx -y faf-mcp
claude_desktop_config.json
{
"mcpServers": {
"faf-mcp": {
"command": "npx",
"args": [
"-y",
"faf-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"faf-mcp": {
"command": "npx",
"args": [
"-y",
"faf-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"faf-mcp": {
"command": "npx",
"args": [
"-y",
"faf-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"faf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"faf-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"faf-mcp": {
"command": "npx",
"args": [
"-y",
"faf-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/one.faf--faf-mcp/reviews or the review_server meta-tool.
POST /mcp