{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_c8av2vje8zs4","handle":"futurmind-mcp","url":"https://wellknown.network/agents/futurmind-mcp","links":{"self":"https://wellknown.network/agents/futurmind-mcp/record.json","html":"https://wellknown.network/agents/futurmind-mcp","markdown":"https://wellknown.network/agents/futurmind-mcp/record.md","api":"https://wellknown.network/api/v1/agents/futurmind-mcp","status":"https://wellknown.network/api/v1/agents/futurmind-mcp/status","claim":"https://wellknown.network/agents/futurmind-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/futurmind-mcp/claim.json","badge":"https://wellknown.network/agents/futurmind-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/futurmind-mcp/history","tools":"https://wellknown.network/api/v1/agents/futurmind-mcp/tools"},"ard":{"identifier":"urn:air::server:futurmind-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"futurmind-mcp","summary":"Futurmind Expert Digital Twin MCP Server - A bridge to access expert digital twins","description":"# Futurmind Expert Digital Twin MCP Server\n\nA Model Context Protocol (MCP) server that provides access to expert digital twins through standardized interface.\n\n## Features\n\n- **Expert Access**: Connect to expert digital twins via API Key\n- **Simple Chat**: Single message chat interface\n- **Contextual Chat**: Multi-turn conversation with full message history\n- **Streaming Support**: Real-time SSE streaming responses\n- **Conversation Management**: Track conversations with IDs\n- **Header-based Authentication**: Secure API access via X-Api-Key header\n\n## Installation\n\n### Install from PyPI (Recommended)\n\n```bash\npip install futurmind-mcp\n```\n\n### Install from Source\n\n```bash\n# Clone the repository\ngit clone <repo-url>\ncd futur-mind-mcp\n\n# Install with uv\nuv sync\n\n# Or with pip\npip install -e .\n```\n\n## Configuration\n\n### Environment Variables\n\n- `FUTURMIND_API_KEY`: Your Futurmind API key (required)\n- `FUTURMIND_API_URL`: API base URL (default: https://projectflow-api.futurstaff.com)\n- `MCP_TRANSPORT`: Transport type (`stdio` or `http`, default: `stdio`)\n- `MCP_PORT`: HTTP port (default: `8000`)\n- `MCP_HOST`: HTTP host (default: `localhost`)\n\n## Usage\n\n### Running with stdio transport (for Cursor)\n\n```bash\n# Set your API key\nexport FUTURMIND_API_KEY=\"your-api-key-here\"\n\n# Run the server\npython -m futurmind_mcp\n```\n\n### Running with HTTP transport\n\n```bash\nexport FUTURMIND_API_KEY=\"your-api-key-here\"\nexport MCP_TRANSPORT=http\nexport MCP_PORT=8000\n\npython -m futurmind_mcp\n```\n\n## Docker Deployment (Recommended for Remote Access)\n\nFor remote HTTP SSE mode, use Docker:\n\n```bash\n# Quick start\n./start.sh\n\n# Or manually\ncp env.example .env\n# Edit .env and set your FUTURMIND_API_KEY\ndocker-compose up -d\n```\n\nSee [DEPLOYMENT.md](./DEPLOYMENT.md) for detailed Docker deployment guide.\n\n## Cursor Configuration\n\nAdd this to your Cursor MCP settings:\n\n### Option 1: stdio transport (recommended for local use)\n\nAfter installing the package, add this to your Cursor MCP settings:\n\n```jso…","publisher":{"name":"Futurmind Team","url":null},"homepage":"https://github.com/futurx/futurmind-mcp#readme","repository":"https://github.com/futurx/futurmind-mcp#readme","version":"0.1.2","license":"MIT","protocols":["mcp"],"tags":["ai","chat","expert-system","mcp","model-context-protocol"],"pricing":null,"endpoints":[{"url":"pypi:futurmind-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"communication.chat","name":"Team Chat","confidence":1,"provenance":"declared"},{"slug":"dev.version-control","name":"Version Control","confidence":0.791,"provenance":"derived"},{"slug":"dev.ci-cd","name":"CI/CD & Deploy","confidence":0.779,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["communication","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"futurmind-mcp","registry":"pypi","observedAt":"2026-09-15T15:24:31.109Z","publishedAt":"2025-11-03T02:03:43.100473Z","latestVersion":"0.1.2"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"futurmind-mcp","url":"https://pypi.org/project/futurmind-mcp/","firstSeenAt":"2026-09-09T16:23:09.154Z","fetchedAt":"2026-09-15T15:22:29.180Z","normalizedAt":"2026-09-15T15:22:29.180Z"}]},"firstSeenAt":"2026-09-09T16:23:09.154Z","updatedAt":"2026-09-15T15:24:31.109Z"}