AgentHubAgentHub

phasefolio

MCP ServerMCP Registry官方收录

com.phasefolio/phasefolio · v0.1.4

Biotech rNPV/PoS engine for AI agents. Signed exports, evidence register, asset landscape.

概览

phasefolio 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "phasefolio": {
      "command": "npx",
      "args": [
        "-y",
        "@phasefolio/mcp"
      ]
    }
  }
}

环境变量

PHASEFOLIO_TOKEN可选secret

Bearer token for org-scoped tools. Without it, only the 3 public tools are usable.

相关资源

统一 Manifest

{
  "id": "com.phasefolio/phasefolio",
  "type": "mcp-server",
  "version": "0.1.4",
  "displayName": "phasefolio",
  "description": "Biotech rNPV/PoS engine for AI agents. Signed exports, evidence register, asset landscape.",
  "homepage": "https://app.phasefolio.com",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@phasefolio/mcp",
        "version": "0.1.4",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "PHASEFOLIO_TOKEN",
            "description": "Bearer token for org-scoped tools. Without it, only the 3 public tools are usable.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://app.phasefolio.com/api/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.phasefolio/phasefolio",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.phasefolio%2Fphasefolio/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
phasefolio — MCP Server 安装与配置 · AgentHub