PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversblockchain-DEPRECATED-mcp
返回「blockchain」

-DEPRECATED-mcp

modelscope·@openfort-xyz/-DEPRECATED-mcp

blockchain0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Group 48095760


<h1> Openfort Model Context Protocol (MCP) Server</h1>

Openfort is an open source alternative to wallet infrastructure solutions, it supercharges your project with authentication, user management and payments.

Openforts 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

  1. Install Openfort's MCP server.
  2. Add rules for the LLMs.
  3. Create a new project.
  4. Debug common issues.
  5. 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:

  • Node.js - Installation guide here
  • An Openfort account - Create one here

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

<AddToCursor />

Install MCP Server

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.json
  • Windows: %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.


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.


<details> <summary>General Errors</summary> <br>

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.

Dont 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,…

相关 MCP Servers(来自「blockchain」)

Dune模型桥

一座通过模型控制协议(Model Control Protocol)将Dune Analytics区块链数据连接到人工智能应用的桥梁,使大型语言模型(LLMs)能够通过自然语言交互访问链上数据。

@olaxbt/dune-query-mcp

Template-x402-Mcp

暂无描述。

@CodaLabs-xyz/Template-x402-Mcp

aave-liquidation-mcp

暂无描述。

@clumsynonono/aave-liquidation-mcp

binance-mcp-server

暂无描述。

@AnalyticAce/binance-mcp-server

mcp-thorchain

暂无描述。

@MissionSquad/mcp-thorchain

MilesCool

暂无描述。

@MilesCool/binance-mcp

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/openfort-xyz-deprecated-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

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](https://docs.windsurf.com/windsurf/cascade/mcp#custom-mcp-server-sse), 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**

基本信息

分类
blockchain / web3 / developer-tools
运行方式
No
许可证
Unknown
详情文件
openfort-xyz-deprecated-mcp.md