
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@devpartner/mcp-server
Advanced tools
MCP STDIO-to-HTTP proxy for DEVPartner - Forwards all requests to HTTP MCP server for perfect feature parity
Model Context Protocol (MCP) server for DevPartner strategic intelligence platform.
This package now implements a lightweight STDIO-to-HTTP proxy that forwards all requests to the DevPartner HTTP MCP server. This ensures perfect feature parity across all Claude interfaces and eliminates divergence between implementations.
npx -y @devpartner/mcp-server@latest
Add to your MCP configuration file (.mcp.json
for Claude Code or .cursor/mcp.json
for Cursor):
{
"mcpServers": {
"devpartner": {
"command": "npx",
"args": ["-y", "@devpartner/mcp-server@latest"],
"env": {
"DEVPARTNER_API_KEY": "your-api-key-here",
"DEVPARTNER_API_URL": "https://api.devpartner.ai"
}
}
}
}
DEVPARTNER_API_KEY
: Your DevPartner API key (required)DEVPARTNER_API_URL
: DevPartner API URL (default: https://api.devpartner.ai)Claude Code/Desktop → STDIO Proxy (this package) → HTTP MCP Server → Backend API
The proxy:
This architecture ensures all Claude interfaces have identical functionality.
devpartner_get_projects
- List all projectsdevpartner_create_project
- Create new projectdevpartner_update_project
- Update project informationdevpartner_delete_project
- Archive projectdevpartner_get_project_context
- Get complete project contextdevpartner_create_task
- Create new task with dependenciesdevpartner_update_task
- Update task status and outcomedevpartner_get_next_task
- Get optimal next taskdevpartner_get_execution_plan
- View task execution phasesdevpartner_get_blocked_tasks
- List blocked tasksdevpartner_escalate_decision
- Escalate strategic decisionsdevpartner_get_pending_decisions
- View pending decisionsdevpartner_create_context_snapshot
- Save project statedevpartner_get_context_diff
- Compare project versionsdevpartner_get_snapshot_history
- View snapshot historydevpartner_restore_snapshot
- Restore to previous versiondevpartner_get_health
- Check system healthdevpartner_list_resources
- List available resourcesdevpartner_get_resource
- Get specific resourcedevpartner_get_project_intelligence
- Get project analyticsTo test the proxy functionality:
cd mcp-package
node test-proxy.js
MIT
FAQs
MCP STDIO-to-HTTP proxy for DEVPartner - Forwards all requests to HTTP MCP server for perfect feature parity
The npm package @devpartner/mcp-server receives a total of 22 weekly downloads. As such, @devpartner/mcp-server popularity was classified as not popular.
We found that @devpartner/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.