Project Context runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 22 Jul 2026.
Safely manage repository-scoped issues across Linear, GitHub Issues, and Jira Cloud.
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const result = spawnSync(executable, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add project-context -- npx -y @sandovalrr/project-context-mcp
{
"mcpServers": {
"project-context": {
"args": [
"-y",
"@sandovalrr/project-context-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.project-context]
command = "npx"
args = ["-y", "@sandovalrr/project-context-mcp"]
{
"mcpServers": {
"project-context": {
"args": [
"-y",
"@sandovalrr/project-context-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"project-context": {
"args": [
"-y",
"@sandovalrr/project-context-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
PROJECT_CONTEXT_CONFIG_DIR (Optional absolute path to the host-local configuration directory), PROJECT_CONTEXT_STATE_DIR (Optional absolute path to the host-local runtime state directory), PROJECT_CONTEXT_CWD (Optional repository fallback when the MCP client provides no filesystem root).
The author declared them in the registry entry; get the values from the project itself.
Read-only source search and retrieval across configured GitHub repositories
Get GitHub repository stats, search repos, analyze languages, and compare projects
GitHub repository vectorizer and context synthesizer for RAG pipelines.
Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations.
Run sigit.si locally: browse repos, search code, manage PRs, issues, and Cloud Sessions.
GitHub MCP Server - List PRs, issues, repo info, and search code
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Analyze code quality, security issues, and coverage across repositories
Answers built from our own checks of this server.