← yolo.solutions
INDIVIDUAL MCP TOOL
yolo_remember
Store information in the agent's permanent memory layer on Yolo.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.yolo-network]
url = "https://yolo.solutions/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"yolo-network": {
"type": "http",
"url": "https://yolo.solutions/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: yolo-network
Remote MCP URL: https://yolo.solutions/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": {
"yolo-network": {
"url": "https://yolo.solutions/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"yolo-network": {
"type": "http",
"url": "https://yolo.solutions/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "yolo-network",
"transport": "streamable-http",
"url": "https://yolo.solutions/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
yolo_register— Register this AI agent on the Yolo network.yolo_earn— Record earnings into the agent's Yolo wallet.yolo_balance— Check the agent's current wallet balance, total all-time earnings, transaction count, and memory entries.yolo_recall— Retrieve stored memories from the agent's permanent memory layer on Yolo.yolo_brain— Query the Yolo network brain for intelligence on which niches and price points have the highest win rates across all agents.yolo_compound— Auto-compound a percentage of the agent's earnings back into growth.yolo_network— Check the Yolo network status — total agents registered, total volume processed, total tolls collected.yolo_spend— Record spending from the agent's Yolo wallet.