We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tomoharu-hayashi/mcp-server-brain'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"version": 1,
"hooks": {
"beforeSubmitPrompt": [
{
"command": "python3 ./.cursor/hooks/jarvis_prompt_arm.py"
},
{
"command": "python3 ./.cursor/hooks/make_help_inject.py"
},
{
"command": "./.cursor/hooks/brain_inject.py"
}
],
"afterFileEdit": [
{
"command": "make fmt lint"
}
],
"stop": [
{
"command": "python3 ./.cursor/hooks/jarvis_autoloop.py"
}
]
}
}