Odel
Project Context

Project Context

Local
@sandovalrr1TypeScriptMITUpdated 1w ago

Safely manage repository-scoped issues across Linear, GitHub Issues, and Jira Cloud.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@sandovalrr/project-context-mcpv0.4.0

Run

npx -y @sandovalrr/project-context-mcp

MCP client config

{
  "mcpServers": {
    "project-context": {
      "command": "npx",
      "args": [
        "-y",
        "@sandovalrr/project-context-mcp"
      ]
    }
  }
}