Server data from the Official MCP Registry
Long-term memory for Claude Code, Cursor and any MCP client, with a searchable web dashboard.
Long-term memory for Claude Code, Cursor and any MCP client, with a searchable web dashboard.
The Kireo MCP server demonstrates solid security practices with proper authentication, good code quality, and appropriate permission scoping. API key authentication is required for all meaningful operations, credentials are stored in environment variables, and there are no obvious malicious patterns or code injection vulnerabilities. Minor issues around logging practices and input validation in edge cases prevent a higher score, but the codebase is well-structured and suitable for production use. Supply chain analysis found 10 known vulnerabilities in dependencies (2 critical, 4 high severity). Package verification found 1 issue.
7 files analyzed · 16 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: KIREO_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wang1051992187-kireo": {
"env": {
"KIREO_API_KEY": "your-kireo-api-key-here"
},
"args": [
"-y",
"@kireo/mcp-server"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.