Skip to content

aipotheosis-labs/aci-mcp-node

Repository files navigation

aci-mcp-node

Node version of https://github.com/aipotheosis-labs/aci-mcp

Development

start the unified server:

npx tsx src/index.ts unified-server --linked-account-owner-id <linked-account-owner-id> --allowed-apps-only

MCP Server Config

{
  "mcpServers": {
    "aci-mcp-unified-node": {
      "command": "npx",
      "args": [
        "@aci-sdk/mcp@latest",
        "unified-server",
        "--linked-account-owner-id",
        "<linked-account-owner-id>",
        "--allowed-apps-only"
      ],
      "env": {
        "ACI_API_KEY": "<aci-api-key>"
      }
    }
  }
}

Packing

npm install -g @anthropic-ai/dxt # install dxt
npm install --production # install dependencies
npm ci # reproducible builds
dxt pack . aci-mcp-extension-v0.0.3.dxt # pack the extension

see: https://github.com/anthropics/dxt

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •