NEI MCP Server

by leila-huang

Not rated
GitHub

About

A server for interacting with the NEI platform to query project resources.

Details

Author
leila-huang
Categories
Developer Tools, API, Project Management

Setup

Install NEI MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/leila-huang/nei-mcp-server

Follow the installation instructions in the repository README, then restart your MCP client.

一个基于fastmcp的工具服务器,用于与 NEI 平台进行交互,提供查询 NEI 项目资源的能力。

本项目将 NEI 平台的常用功能封装为一系列 MCP 工具,方便快速查询和集成。支持的工具如下:

- sync_nei_project: 强制从远程 NEI 平台同步最新的项目数据,并更新本地缓存。当怀疑本地数据不是最新,或需要获取最近刚刚变更的后端接口、数据模型信息时,应首先调用此工具。
- search_interfaces_by_uri: 根据接口定义的 URI(接口路径)模糊搜索 NEI 项目中的接口资源。
- search_interfaces_by_url: 根据 NEI 接口详情链接中的pidid精确搜索接口资源,例如http://nei.example.com/interface/detail/?pid=10135&id=13015
- search_interfaces_by_name: 根据接口名称模糊搜索 NEI 项目中的接口资源。
- search_groups_by_name: 根据分组名称搜索 NEI 项目中的业务分组。

git clone https://github.com/leila-huang/nei-mcp-server.git cd nei-mcp-server

-

inspect 调试 使用fastmcpinspect命令可以方便地在本地交互式地测试所有工具。需要在网页上配置上SERVER_URLPROJECT_ID

该命令会提供一个交互式界面,你可以在其中选择要执行的工具并输入参数,非常适合用于调试和探索。

{ "mcpServers": { "nei-mcp-server": { "command": "npx", "args": ["tsx", "/PATH/TO/YOUR_PROJECT/src/index.ts"], "env": { "SERVER_URL": "xxx", "PROJECT_ID": "xxx" } } } }
bash { "mcpServers": { "nei-mcp-server": { "command": "npx", "args": [ "-y", "@leila329/nei-mcp-server" ], "env": { "SERVER_URL": "xxx", "PROJECT_ID": "xxx" } } } }

为了提升性能并减少对 NEI 服务器的请求压力,本项目实现了一套简单的缓存策略:
- 内存缓存: 数据在首次加载后会存储在内存中。在服务单次运行期间,后续相同请求将直接从内存返回,避免重复的网络请求。服务重启后,内存缓存会清空。
- 网络同步: 服务启动时,或手动调用sync_nei_project工具时,会从 NEI 远程服务器拉取最新的项目数据,并更新内存缓存。

你可以通过调用sync_nei_project工具来手动强制触发网络同步,以确保数据是最新版本。

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

An MCP server for the YApi interface management platform, enabling direct operation and full lifecycle management within AI editors.

One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.

The MCP server for Bitrix24 provides AI assistants with structured access to the Bitrix24 API. It delivers up-to-date method descriptions, parameters, and valid values, allowing assistants to work with precise data instead of guesswork. This reduces code errors and accelerates Bitrix24 integration development.

Connect bugAgent to any MCP-compatible AI client. File, classify, and manage bugs, feature requests, and more directly from your AI coding assistant. No context switching, no copy-paste — just describe the issue and bugAgent handles the rest.

Official MCP server for Buildable AI-powered development platform. Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects.

his repository contains a fully functional MCP (Model Context Protocol) server, providing solutions for Constraint Satisfaction Problems (CSP) and Linear Programming (LP). It is based on the gurddy package and supports solving a variety of classic problems.

Tool platform by IBM to build, test and deploy tools for any data source

One remote MCP server for 500+ production APIs — Stripe, HubSpot, Postgres, Gmail, and more. OAuth and API key auth, credential management, and a CLI.

Objective-native planning board for agent-led development

An MCP server for interacting with the Postman API, requiring an API key.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.