Openfort Model Context Protocol (MCP) Server
OfficialAllows GitHub Copilot in VS Code to access Openfort's tools for project creation, wallet management, user management, and smart contract interactions
Provides integration with Openfort's infrastructure via Node.js, enabling AI assistants to manage wallets, users, contracts, and policies
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Openfort Model Context Protocol (MCP) Servercreate a new project for my NFT marketplace"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Openfort is an open source alternative to wallet infrastructure solutions, it supercharges your project with authentication, user management and payments.
Openfortโs MCP Server is a plug-and-play solution that enhances AI assistants by enabling them to create projects, manage configurations, and query data automatically when building applications on Openfort's infrastructure. Here's a guide on how to set it up
Features
๐จ 42 Tools โ A complete set of tools to interact with Openfort
๐ Authentication โ Directly authenticate from just plugging in the MCP
๐๏ธ Initialize โ Create new Openfort projects from the chat
๐๏ธ Scaffold โ Build new apps from scratch using a single prompt
๐ Context โ Query the latest version of the documentation
๐ณ๏ธ Create โ Generate wallets, users, contracts, and policies by just telling the LLM
Steps
Install Openfort's MCP server.
Add rules for the LLMs.
Create a new project.
Debug common issues.
Discover all the capabilities.
1. Install Openfort's MCP server
This will allow your AI Assistant to interact with Openfort's tools on your behalf to create projects and manage them.
Ensure you have the following prerequisites:
Now, add it to your code editor. Based on your preferred tool, follow the instructions below:
Cursor
To integrate our MCP Server with Cursor you can either:
One-click installation
Edit the ~/.cursor/mcp.json
You can look it up on your system or find it under the Tools & Integrations tab in your Cursor Settings. Fill it with the following content:
{
"mcpServers": {
"openfort-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.openfort.io/sse"
]
}
}
}Then you should see the Openfort MCP server listed on your Tools & Integrations tab without the need to restart. The authentication will trigger automatically.
Windsurf
For integration with Windsurf, replace the contents of the ~/.codeium/windsurf/mcp_config.json file with the following. It can be located at:
Windsurf Settings > Cascade > Plugins (MCP Servers) > View Raw Config
For MacOS/Linux
{
"mcpServers": {
"openfort-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.openfort.io/sse"
],
"disabled": false
}
}
}For windows
{
"mcpServers": {
"openfort-mcp": {
"command": "cmd",
"args": [
"/c",
"npx",
"mcp-remote",
"https://mcp.openfort.io/sse"
],
"disabled": false
}
}
}Visual Studio Code
To integrate an MCP Server into VS Code for use with GitHub Copilot, you should edit the .vscode/mcp.json file or run the MCP: Open User Configuration command which opens the file to add the following content:
{
"servers": {
"openfort-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.openfort.io/sse"
]
}
}
}Claude Desktop
To add our MCP Server to Claude Desktop, click on Edit Config in the Developer tab under Settings to automatically create a file at:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Once created, fill it with the following content:
{
"mcpServers": {
"openfort-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.openfort.io/sse"
]
}
}
}You will need to restart Claude Desktop after modifying the configuration file. Also, if you freshly installed Node.js you may need to reboot your computer too.
Related MCP server: Openfort MCP Server
2. Add rules for the LLMs
LLMs tend to forget about the availability of tools and can make some pathological mistakes. Therefore, it's a good idea to include rules to remind them about this. Copy the ones here and include them in your editor.
3. Create a new project
Now create a new project in your editor and type up a prompt to the LLM to scaffold it for you. When needed, the LLM will automatically call the available tools on Openfort's MCP Server, enhancing your developer experience. You can find an example of a prompt in the official documentation.
4. Debug Common Issues
Here are some common issues you might encounter and how to resolve them.
After the agent finishes creating a project, it may still throw errors, even with extended context. This is especially common for complex prompts or large applications.
Donโt expect the AI to flawlessly generate entire applications in a single prompt without any issues.
To resolve these errors, fix them manually or ask the AI for help. Iteration is normal, review the output, make corrections, and continue prompting as needed.
Occasionally, the AI agent may get stuck in a loop while creating a policy. The policy is successfully created, but the agent repeatedly attempts to update it with the same values.
The cause is unknown, and the effect is harmless.
To fix this, simply cancel the generation and prompt the agent to continue with the next step.
If the AI agent fails to start the project using npm run dev, itโs often because it created the project in a subfolder and didnโt change into that directory before running the command.
Manually navigate to the subfolder and run the project again.
When the AI agent fails to edit or create a .env file with your project keys, itโs usually due to insufficient file permissions.
In Cursor, add a
.cursorignorefile with!.envto explicitly allow the AI to edit the.envfile.
For other editors or environments, follow an equivalent approach to ensure the file is not ignored.
5. Discover all the capabilities
For more information on the available tools and how to use them, check out the MCP Server documentation.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.Last updated37GPL 3.0

Openfort MCP Serverofficial
Flicense-qualityFmaintenanceEnables AI assistants to interact with Openfort's wallet infrastructure, allowing them to create projects, manage configurations, generate wallets and users, and query documentation through 42 integrated tools.Last updated3- Alicense-quality-maintenanceEnables AI applications to interact with the Base Network blockchain and Coinbase API for onchain operations including wallet management, fund transfers, smart contract deployment, NFT handling, DeFi lending through Morpho vaults, and crypto onramping.Last updated83
- AlicenseAqualityDmaintenanceProvides permissionless wallet infrastructure for AI agents to manage wallets, sign transactions, and handle tokens across Solana and all EVM-compatible chains. It includes 29 specialized tools for on-chain operations, featuring built-in security guards and automated x402 payment processing without KYC requirements.Last updated293153MIT
Related MCP Connectors
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
AgisHub โ pay-per-call tools for AI agents over x402 (USDC on Base). No API key.
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/openfort-xyz/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server