
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@skopiklabs/mcp
Advanced tools
Skopik MCP server — your org's AI agents, sessions, search, and brain files as MCP tools and resources.
The Skopik MCP server: your org's AI agents, sessions, search, and brain files as Model Context Protocol tools and resources.
Skopik is a developer-first control plane for AI agents — durable identity,
versioned brain files, messaging, and budget, portable across runtimes.
This package is the same server Skopik serves remotely at
https://api.skopik.com/mcp; use the remote endpoint when you can, and this
package for local stdio setups.
claude.ai / ChatGPT connectors — add a custom connector pointing at
https://api.skopik.com/mcp. OAuth discovery, registration, and consent are
automatic.
Claude Code:
claude mcp add --transport http skopik https://api.skopik.com/mcp \
--header "Authorization: Bearer $SKOPIK_API_KEY"
Cursor / VS Code / any header-capable client (.mcp.json):
{
"mcpServers": {
"skopik": {
"url": "https://api.skopik.com/mcp",
"headers": { "Authorization": "Bearer sk_live_or_user_access_token" }
}
}
}
SKOPIK_API_KEY=sk_... npx -y @skopiklabs/mcp
Or with the Skopik CLI (honors CLI config): skopik mcp.
Environment: SKOPIK_API_KEY (required), SKOPIK_API_URL (defaults to the
local dev API; set https://api.skopik.com for production).
skopik_agents_list, skopik_agent_message (send +
wait for the reply), skopik_session_open, skopik_search,
skopik_brain_read, skopik_usage_summary, and more, plus
skopik_api_get/skopik_api_describe as the escape hatch over the whole
REST API.skopik_agent__<name> tool; the full governed tool catalog (including
Remote-advertised tools) is the skopik://org/tools resource.skopik://agents/{agent_id}/brain/.Embedding in your own process:
import { createSkopikMcpServer, registerOrgToolSurface } from '@skopiklabs/mcp'
const server = createSkopikMcpServer({ apiKey: process.env.SKOPIK_API_KEY })
await registerOrgToolSurface(server, { apiKey: process.env.SKOPIK_API_KEY })
Docs: https://skopik.com/docs
FAQs
Skopik MCP server — your org's AI agents, sessions, search, and brain files as MCP tools and resources.
We found that @skopiklabs/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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.