MCP.so
登录

Simple MCP Server starter with StdioServerTransport

@akoskm

关于 Simple MCP Server starter with StdioServerTransport

暂无概览

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

akoskm

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Simple MCP Server starter with StdioServerTransport?

A minimal MCP server starter that uses the StdioServerTransport, designed for integration with Cursor. It provides tools to query processes on a port and add two numbers.

How to use Simple MCP Server starter with StdioServerTransport?

Edit the .cursor/mcp.json file to change the runtime command if not using Bun. The server is automatically picked up by Cursor; restart Cursor if needed.

Key features of Simple MCP Server starter with StdioServerTransport

  • Uses StdioServerTransport for communication
  • Provides “which-app-on-port” tool (mac only)
  • Provides “add two numbers” tool
  • Designed for Cursor AI editor integration
  • Simple starting point for custom MCP servers

Use cases of Simple MCP Server starter with StdioServerTransport

  • Find which process is using a specific port on macOS
  • Perform simple numeric addition via natural language prompts
  • Serve as a template for building your own MCP tools

FAQ from Simple MCP Server starter with StdioServerTransport

What runtime does it require?

Bun is the default runtime; you can change the command in .cursor/mcp.json if using another runtime.

How do I integrate it with Cursor?

Edit the .cursor/mcp.json file. The server is automatically picked up; restart Cursor if it is not detected.

What tools are included?

Two tools: which-app-on-port (macOS only) and a tool to add two numbers.

Does it work on Windows?

The which-app-on-port tool is macOS only; other functionality may work on other platforms, but this is not specified.

评论

开发工具 分类下的更多 MCP 服务器