Catalog
MCP
OfficialLiveby skopik
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
SKOPIK_API_KEYrequiredsecretSkopik API key or user access token.
SKOPIK_API_URLSkopik API base URL. Set to https://api.skopik.com for production.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@skopiklabs/mcp@0.1.0"
],
"env": {
"SKOPIK_API_KEY": "<YOUR_SKOPIK_API_KEY>",
"SKOPIK_API_URL": "<YOUR_SKOPIK_API_URL>"
}
}
}
}