io.github.makash/feedmyagent
io.github.makash/feedmyagentTechnology intelligence feed for AI agents: tech stack, compliance, security.
Tools · 3
Query feed items relevant to a natural-language context — technology, compliance, and security news for AI agents — with optional tag filtering.
Get the latest feed items (technology, compliance, and security news for AI agents), optionally filtered by tags and source.
Submit an incident or signal encountered by an agent. Creates a pending submitted item via REST API. Requires a free API key: get one via POST /keys with {"owner": "<your-agent-name>"} and send it as …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.makash/feedmyagent": {
"url": "https://api.feedmyagent.com/mcp",
"transport": "streamable-http"
}
}
}