Skip to main content
Glama
akoskm

mcp-server-stdio

by akoskm

Simple MCP Server starter with StdioServerTransport

This is a simple MCP server starter kit using the StdioServerTransport.

Setup

Create a new MCP server with StdioServerTransport

PNPM

pnpm dlx github:akoskm/mcp-server-stdio my-mcp-server

NPM

npm create @akoskm/mcp-server-stdio my-mcp-server

This command will create a new directory called my-mcp-server with the contents of this repository.

Edit the .cursor/mcp.json file to change the runtime command if you are not using Bun.

Your MCP server will be picked up by Cursor automatically. If not, restart Cursor.

Related MCP server: MCP Playground

Commands

which app is running on port (mac only)

After this you can use the which-app-on-port tool to get the command and pid of the process running on a given port.

Example prompt in Cursor:

which app is running on port 9011?

add two numbers

Example prompt in Cursor:

I have two open source projects and my friend has five, home many open source projects we have in total?
A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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

  • -
    license
    -
    quality
    -
    maintenance
    A basic MCP server with example tools including message echo functionality and server information retrieval. Built with FastMCP framework and supports both stdio and HTTP transports.
  • A
    license
    -
    quality
    D
    maintenance
    A demonstration MCP server supporting both Stdio and SSE transports, providing example tools (echo, add, time, UUID generation) and resources for learning and testing MCP implementations.
    6
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    A minimal, zero-dependency MCP server that enables defining and running tools over stdio transport, without extra features like HTTP or resources.
    21
    1
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    A model-agnostic MCP server exposing example tools (add1, multiply2, greet) for learning purposes, working with any LLM through stdio transport.

View all related MCP servers

Related MCP Connectors

  • A basic MCP server to operate on the Postman API.

  • A very simple remote MCP server that greets you, with a custom icon.

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

View all MCP Connectors

Latest Blog Posts

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/akoskm/create-mcp-server-stdio'

If you have feedback or need assistance with the MCP directory API, please join our Discord server