We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/docdyhr/simplenote-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"pythonVersion": "3.12",
"pythonPlatform": "All",
"typeCheckingMode": "standard",
"stubPath": "stubs",
"venvPath": ".",
"venv": ".venv",
"exclude": [
"**/__pycache__",
".venv/**",
".venv_precommit/**",
"node_modules/**",
"htmlcov/**",
".mypy_cache/**",
".pytest_cache/**",
".ruff_cache/**",
"*.egg-info/**"
],
"ignore": [
"tests/**",
"simplenote_mcp/tests/**"
],
"reportMissingImports": true,
"reportMissingModuleSource": false,
"reportMissingTypeStubs": false
}