← foldr.space

INDIVIDUAL MCP TOOL

list_folders

List folders in your namespace.

foldr.spacenone authenticationAvailability not checked

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

foldr.space

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.foldr-space]
url = "https://foldr.space/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "foldr-space": {
      "type": "http",
      "url": "https://foldr.space/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: foldr-space
Remote MCP URL: https://foldr.space/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": {
    "foldr-space": {
      "url": "https://foldr.space/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "foldr-space": {
      "type": "http",
      "url": "https://foldr.space/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "foldr-space",
  "transport": "streamable-http",
  "url": "https://foldr.space/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • upload_file — Upload a file to foldr.space.
  • create_short_url — Create a shortened URL on foldr.space with optional custom slug and analytics.
  • check_balance — Check the credit balance for an agent account on foldr.space.
  • top_up_credits — Get a Stripe checkout URL to add credits to the foldr.space agent account.
  • list_files — List files you own with optional filters.
  • list_transactions — View credit transaction history for the agent account.
  • bulk_upload — Upload multiple files to foldr.space in one call.
  • get_file_info — Get file metadata by share token or file ID.