We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wolfe-Jam/claude-faf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"test_suite": "IDE Configuration Files Compatibility",
"timestamp": "2025-09-15T04:15:00Z",
"author": "wolfejam",
"jetbrains_tests": {
".idea/": "✅ Can read/write project settings",
"*.iml": "✅ Module files handled",
".idea/workspace.xml": "✅ No corruption on read/write",
"result": "COMPATIBLE"
},
"vscode_tests": {
".vscode/settings.json": "✅ Preserves JSON formatting",
".vscode/launch.json": "✅ Debug configs intact",
".vscode/extensions.json": "✅ Recommendations preserved",
"*.code-workspace": "✅ Workspace files OK",
"result": "COMPATIBLE"
},
"cursor_tests": {
".cursor/": "✅ AI context preserved",
"cursor.json": "✅ Settings maintained",
".cursorignore": "✅ Ignore patterns respected",
"result": "COMPATIBLE"
},
"verdict": "All IDE configs handled perfectly - no special handling needed"
}