Server data from the Official MCP Registry
Safely manage repository-scoped issues across Linear, GitHub Issues, and Jira Cloud.
Safely manage repository-scoped issues across Linear, GitHub Issues, and Jira Cloud.
Valid MCP server (3 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: 3 highly-trusted packages.
8 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PROJECT_CONTEXT_CONFIG_DIR
Environment variable: PROJECT_CONTEXT_STATE_DIR
Environment variable: PROJECT_CONTEXT_CWD
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-sandovalrr-project-context": {
"env": {
"PROJECT_CONTEXT_CWD": "your-project-context-cwd-here",
"PROJECT_CONTEXT_STATE_DIR": "your-project-context-state-dir-here",
"PROJECT_CONTEXT_CONFIG_DIR": "your-project-context-config-dir-here"
},
"args": [
"-y",
"@sandovalrr/project-context-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
project-context is a local, provider-neutral MCP server for repository-scoped
issue handling. It gives agents one guarded interface to Linear, GitHub Issues,
and Jira Cloud while keeping project mappings and credentials outside source
repositories.
The server resolves the current Git repository, selects its configured issue provider, verifies the authenticated account, and separates every write into a preview and a single-attempt apply step. Pull requests, releases, repository administration, Git authentication, and commit signing are intentionally out of scope.
Requirements: Node.js 22 or newer on Linux or macOS.
VERSION=0.1.0
npx -y --package="@sandovalrr/project-context-mcp@$VERSION" project-context setup
npx -y --package="@sandovalrr/project-context-mcp@$VERSION" project-context doctor
The first command creates secure, host-local starter files without overwriting anything that already exists:
~/.agents/config/project-context/projects.yaml
~/.agents/config/project-context/credentials.yaml
~/.agents/config/project-context/templates/
~/.agents/config/project-context/secrets/
~/.local/state/project-context/
Copy and adapt the sanitized examples in examples/, validate the result, and
then register the project-context-mcp stdio command in your MCP client. The
complete Codex, Claude, Zed, and VS Code configurations are in
docs/installation.md.
indeterminate and is never replayed automatically.0600, and rotate
locally. The project has no telemetry.Read docs/threat-model.md for trust boundaries and
residual risks, and docs/routing-and-safety.md
for operational behavior.
project-context --help
project-context setup --guided
project-context config validate
project-context resolve --cwd /path/to/repository
project-context doctor
project-context audit list
project-context skill status
project-context integration manifest --client codex
The stdio server exposes five tools:
resolve_project_contextsearch_issuesget_issueprepare_issue_changeapply_issue_changeEvery tool has an input and output schema. Starting the server has no setup side effects; when host configuration is absent, tools return an actionable structured error.
integration manifest prints the provider-neutral command definition by
default. Pass --client codex, claude, zed, or vscode to emit native,
ready-to-paste configuration pinned to the installed package version. Add
--json when automation needs an envelope containing the client, format, and
configuration.
The optional project-issues agent skill is packaged but never installed as an
npm lifecycle side effect:
project-context skill status
project-context skill install
Use --replace only after reviewing status; replacement creates a timestamped
backup.
docs/installation.md: package and MCP client setup.docs/configuration.md: host-local YAML and credential resolvers.docs/architecture.md: components and runtime boundaries.docs/provider-behavior.md: provider-specific behavior.docs/releasing.md: bootstrap, semantic release, npm, and MCP Registry.CONTRIBUTING.md: development and review requirements.SECURITY.md: supported versions and private reporting.This project is available under the MIT License, copyright 2026 Richard Sandoval. The copyright and permission notice must remain with copies or substantial portions of the software.
If this repository is used as the starting point for another project, a visible acknowledgment is appreciated:
Based on project-context, created by Richard Sandoval.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.