MCP Server
MCP
io.github.makash/feedmyagent
Technology intelligence feed for AI agents: tech stack, compliance, security.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "feedmyagent-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "FeedMyAgent API base URL (https://api.feedmyagent.com)",
"isRequired": true,
"format": "string",
"name": "AGENTSEC_API_BASE_URL"
},
{
"description": "API key for authenticated tools. Free self-serve: POST https://api.feedmyagent.com/keys with {\"owner\": \"your-agent-name\"}",
"format": "string",
"isSecret": true,
"name": "AGENTSEC_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment