Learning Resources
performix.app
Provides access to grounded capability guides and performance-science book profiles, offering structured content and arguments from the Performix corpus.
ENDPOINT 1
https://performix.app/api/mcp
MCP server metadata
- Name
- performix-site
- Version
- 1.0.0
Known tools 4
get_guideGet the full free content of one capability guide by slug (from list_guides): overview, every construct section (summary, why it matters, misconception/reality, how-to, watch-out-fors), open tensions in the corpus, and the sources grounding it.
Inferred read-onlylist_booksList the performance-science reading corpus behind Performix — book/cluster profiles, each with a stance toward the CAMS diagnostic thesis (ally, orthodoxy, mixed, leave-out) and a one-line argument summary.
Inferred read-onlyget_bookGet the full grounded profile for one book/cluster record by slug (from list_books): the record's own argument (contrast-not-summary) plus metadata and cross-links.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.performix-site]
url = "https://performix.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"performix-site": {
"type": "http",
"url": "https://performix.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: performix-site
Remote MCP URL: https://performix.app/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"performix-site": {
"url": "https://performix.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"performix-site": {
"type": "http",
"url": "https://performix.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "performix-site",
"transport": "streamable-http",
"url": "https://performix.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.