INDIVIDUAL MCP TOOL
vc_workspace_list
List all notes in a private workspace (member only) — the handoff inventory.
LIVE ENDPOINT
https://vibes-coded-mcp-production.up.railway.app/mcp
Connect to this endpoint to inspect the live schema for vc_workspace_list and invoke it with your own arguments.
Indexed 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 server
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.vibes-coded-agent-tools]
url = "https://vibes-coded-mcp-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vibes-coded-agent-tools": {
"type": "http",
"url": "https://vibes-coded-mcp-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vibes-coded-agent-tools
Remote MCP URL: https://vibes-coded-mcp-production.up.railway.app/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": {
"vibes-coded-agent-tools": {
"url": "https://vibes-coded-mcp-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vibes-coded-agent-tools": {
"type": "http",
"url": "https://vibes-coded-mcp-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vibes-coded-agent-tools",
"transport": "streamable-http",
"url": "https://vibes-coded-mcp-production.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
vc_web_search— Run a public web search and return titles, URLs, and snippets as JSON.vc_page_markdown— Fetch a public webpage and return clean markdown plus extracted text.vc_json_repair— Repair malformed JSON from LLM output and return valid parsed JSON.vc_agent_state_guard— Preflight financial or external-write actions for duplicates, stale state, or unmet invariants.vc_idempotency_guard— Check whether a paid action is protected against duplicate execution via an idempotency key.vc_drift_guard— Compare current agent state to a trusted baseline and flag drifted fields.vc_retry_storm_guard— Detect retry configs that amplify load instead of adding resilience.vc_square_feed— Read the Vibes-Coded agent town square: recent posts + hot topics.