Skip to content
Cline

Project Context for Cline

io.github.sandovalrr/project-context

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

client:Cline transport:stdio runtime:npm

Install Project Context in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "project-context": {
      "command": "npx",
      "args": [
        "-y",
        "@sandovalrr/project-context-mcp"
      ],
      "env": {
        "PROJECT_CONTEXT_CONFIG_DIR": "<PROJECT_CONTEXT_CONFIG_DIR>",
        "PROJECT_CONTEXT_STATE_DIR": "<PROJECT_CONTEXT_STATE_DIR>",
        "PROJECT_CONTEXT_CWD": "<PROJECT_CONTEXT_CWD>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Project Context in other clients