← Index

com.phasefolio/phasefolio

com.phasefolio/phasefolio·v0.1.2·Other
Quality Score
75
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://app.phasefolio.com/api/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "phasefolio": {
      "command": "npx",
      "args": [
        "-y",
        "@phasefolio/mcp"
      ],
      "env": {
        "PHASEFOLIO_TOKEN": "<your-phasefolio_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "phasefolio": {
      "command": "npx",
      "args": [
        "-y",
        "@phasefolio/mcp"
      ],
      "env": {
        "PHASEFOLIO_TOKEN": "<your-phasefolio_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @phasefolio/mcp
§02  Environment variables
PHASEFOLIO_TOKEN
secret

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

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
10
stability
5
§04  Alternatives in Other