We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jordanburke/joplin-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"_comment": "Example Claude Desktop configuration using command-line arguments with environment variable expansion",
"mcpServers": {
"joplin": {
"command": "npx",
"args": ["joplin-mcp-server", "--port", "${JOPLIN_PORT}", "--token", "${JOPLIN_TOKEN}"],
"env": {
"JOPLIN_PORT": "41184",
"JOPLIN_TOKEN": "your_actual_token_here"
}
}
}
}