How to Use the Filebase (Web3 Storage) MCP in Cursor
Pin IPFS assets and resolve IPNS names directly inside your Cursor workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Filebase (Web3 Storage) MCP to Cursor
Create your Vinkius account to connect Filebase (Web3 Storage) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inject live IPFS metadata into your Cursor code
This MCP Server links Cursor directly to your Filebase buckets to pull real-time storage metrics into your active editor. When writing decentralized apps, Cursor uses `platform_get_usage` to fetch exact storage bytes and injects them directly into your configuration files. You get actual production data instead of placeholder values. Cursor queries `platform_get_bucket_usage` to write precise, live-tested code without leaving your workspace.
Automate IPFS pinning workflows during Cursor agent runs
This toolset lets the Cursor agent pin build artifacts to IPFS automatically as you write your deployment scripts. The agent executes `psa_add_pin` or `rpc_pin_add` to lock down your build directories right after compiling. No manual pinning steps required. Cursor monitors the deployment and uses `psa_get_pin` to verify the persistence status before finishing its run.
Resolve and publish IPNS names while editing code
The server gives Cursor the ability to manage your mutable Web3 pointers directly from the editor's chat panel. Your agent can run `rpc_name_resolve` to check an active IPNS hash or `platform_update_name` to point a key to your latest build. You don't need to jump to an external CLI to update your site. Cursor handles the keys using `rpc_key_list` and updates the pointers as soon as your code changes.
Set up Filebase (Web3 Storage) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Filebase (Web3 Storage) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Filebase (Web3 Storage) transactions." If the MCP tools are loaded correctly, Cursor will call the Filebase (Web3 Storage) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"filebase-web3-storage-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Filebase. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Filebase (Web3 Storage) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Filebase (Web3 Storage) MCP today
We host it, we monitor it, we maintain it. You just paste one token.