Back to Browse

Kitsune MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Shape-shifting MCP hub — shapeshift() into 130,000+ servers at runtime. No restarts. 7 registries.

About

Shape-shifting MCP hub — shapeshift() into 130,000+ servers at runtime. No restarts. 7 registries.

Security Report

4.2
Use Caution4.2High Risk

Kitsune MCP is a sophisticated runtime proxy for accessing 130,000+ MCP servers dynamically. The codebase demonstrates strong security awareness with explicit consent gates, sandboxing controls, credential handling safeguards, and TOFU pinning. However, code review is limited to test files and configuration—the production source code (`kitsune_mcp/*.py`) was not provided, preventing full assessment of implementation details. Key concerns: (1) Process isolation via Docker is recommended but optional, relying on user configuration; (2) credential storage in `~/.kitsune/.env` and OAuth tokens require correct file permissions (mode 0600) which cannot be verified without implementation review; (3) dynamic server execution carries inherent risks even with consent gates, as confirmed-dangerous patterns (embedded tokens, private keys) could exist in servers being mounted; (4) SSRF protections documented but implementation not visible. Permissions are appropriate for the stated purpose (network, filesystem, environment variables), and authentication/authorization design is sound. The test suite shows mature security thinking, but production code visibility is essential for a complete audit. Supply chain analysis found 11 known vulnerabilities in dependencies (1 critical, 8 high severity). Package verification found 2 issues.

4 files analyzed · 22 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

network_https

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

process_spawn

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Smithery API key for accessing 3,000+ verified MCP servers. Get yours at smithery.ai/account/api-keysRequired

Environment variable: SMITHERY_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-kaiser-data-kitsune-mcp": {
      "env": {
        "SMITHERY_API_KEY": "your-smithery-api-key-here"
      },
      "args": [
        "-y",
        "kitsune-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!