
Product
Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.
@openserp/mcp
Advanced tools
Model Context Protocol server for OpenSERP OSS and OpenSERP Cloud.
When OPENSERP_API_KEY is not set, the server uses OSS mode at http://localhost:7000 and writes:
[openserp-mcp] No OPENSERP_API_KEY set - using OSS mode at http://localhost:7000.
[openserp-mcp] Get an API key: https://openserp.org/dashboard/status
[openserp-mcp] Docs: https://openserp.org/docs | Issues: https://github.com/karust/openserp/issues
Set OPENSERP_API_KEY to use OpenSERP Cloud. API keys are available at https://openserp.org/dashboard/status. Set OPENSERP_BASE_URL to target another compatible OpenSERP API base URL.
searchmega_searchfast_searchany_searchimage_searchmega_imageget_usagelist_enginesextractLocal OSS mode:
{
"mcpServers": {
"openserp": {
"command": "npx",
"args": ["-y", "@openserp/mcp"]
}
}
}
Cloud mode:
{
"mcpServers": {
"openserp": {
"command": "npx",
"args": ["-y", "@openserp/mcp"],
"env": {
"OPENSERP_API_KEY": "osk_live_..."
}
}
}
}
For stdio use, add an MCP server entry:
{
"mcpServers": {
"openserp": {
"command": "npx",
"args": ["-y", "@openserp/mcp"],
"env": {
"OPENSERP_API_KEY": "osk_live_..."
}
}
}
}
For remote-style HTTP use, run:
npx -y @openserp/mcp --http --host 127.0.0.1 --port 3333
Then point a streamable HTTP MCP client to:
http://127.0.0.1:3333/mcp
Clients that still use the older SSE transport can connect to:
http://127.0.0.1:3333/sse
corepack pnpm install
corepack pnpm --filter @openserp/mcp build
corepack pnpm --filter @openserp/mcp typecheck
corepack pnpm --filter @openserp/mcp dev:stdio
corepack pnpm --filter @openserp/mcp dev:http
OPENSERP_API_KEY: Cloud API key from https://openserp.org/dashboard/status.OPENSERP_BASE_URL: API base URL override.OPENSERP_BACKEND: Optional backend hint, oss or cloud.OPENSERP_TIMEOUT_MS: SDK request timeout in milliseconds.HOST: HTTP host, default 127.0.0.1.PORT: HTTP port, default 3333.FAQs
Model Context Protocol server for OpenSERP OSS and OpenSERP Cloud.
The npm package @openserp/mcp receives a total of 203 weekly downloads. As such, @openserp/mcp popularity was classified as not popular.
We found that @openserp/mcp 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.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.