We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adityapawar327/news-factchecker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"news-factcheck": {
"command": "python",
"args": [
"src/factchck/news_factcheck.py"
],
"cwd": "C:\\Users\\Adity\\OneDrive\\Desktop\\Projects\\FactChecker",
"env": {
"GEMINI_API_KEY": "your_gemini_api_key_here",
"NEWS_API_KEY": "your_newsapi_key_here",
"SEARCH_API_KEY": "your_searchapi_key_here"
},
"description": "News Fact-Checker MCP server for Claude Desktop"
}
}
}