PluginBench
MCP Server

io.github.n0zer0d4y/athena-protocol MCP Server

io.github.n0zer0d4y/athena-protocol

What is the io.github.n0zer0d4y/athena-protocol MCP server?

AI tech lead for coding agents with validation and impact analysis

How to install io.github.n0zer0d4y/athena-protocol

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "athena-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@n0zer0d4y/athena-protocol"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "athena-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@n0zer0d4y/athena-protocol"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "athena-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@n0zer0d4y/athena-protocol"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "athena-protocol": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@n0zer0d4y/athena-protocol"
      ]
    }
  }
}
Claude Code
claude mcp add athena-protocol -- npx -y @n0zer0d4y/athena-protocol

Related MCP servers

Modular MCP server for dynamic prompt generation and software development analysis tools

View repository →

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.