Loading languages...
ST

stitch-ai-mcp

@StitchAI1

This repository contains a Model Context Protocol (MCP) server implementation for Stitch AI's memory management system. The server provides tools for creating, retrieving, and managing AI agent memories.

memory
ai-agent
knowledge
management

# mcpServer Config

{
  "mcpServers": {
    "stitchai": {
      "command": "npx",
      "args": [
        "ts-node",
        "/path/to/cloned/stitch-ai-mcp/src/server.ts"
      ],
      "env": {
        "API_KEY": "<STITCH_AI_API_KEY>",
        "BASE_URL": "https://api-demo.stitch-ai.co"
      }
    }
  }
}

# stdio

npx ts-node src/server.ts
Transport:
stdio
语言:
TypeScript
创建时间:4/17/2025
更新时间:6/29/2025