← Back to browse

Project Context

Indexed by io.github.sandovalrr

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPROJECT_CONTEXT_CONFIG_DIR PROJECT_CONTEXT_STATE_DIR PROJECT_CONTEXT_CWD
Claude Code
claude mcp add --env PROJECT_CONTEXT_CONFIG_DIR= --env PROJECT_CONTEXT_STATE_DIR= --env PROJECT_CONTEXT_CWD= project-context -- npx @sandovalrr/project-context-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"project-context","command":"npx","args":["@sandovalrr/project-context-mcp"],"env":{"PROJECT_CONTEXT_CONFIG_DIR":"","PROJECT_CONTEXT_STATE_DIR":"","PROJECT_CONTEXT_CWD":""}}'
JSON
{
  "mcpServers": {
    "project-context": {
      "command": "npx",
      "args": [
        "@sandovalrr/project-context-mcp"
      ],
      "env": {
        "PROJECT_CONTEXT_CONFIG_DIR": "",
        "PROJECT_CONTEXT_STATE_DIR": "",
        "PROJECT_CONTEXT_CWD": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.