Skip to main content
Glama
YunYouJun

Starter MCP Server

by YunYouJun

starter-mcp-server

description

Dev

Running the Client

pnpm build

# run client
node dist/index.mjs path/to/build/index.js # node server

Config MCP Servers

mcp.json

{
  "mcpServers": {
    "starter": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/TO/PARENT/FOLDER/starter/dist/index.mjs"]
    }
  }
}

Use MCP Inspector to debug

pnpx @modelcontextprotocol/inspector node dist/index.mjs

Release

# first
pnpm publish
# future release
pnpm run release

Ref

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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/YunYouJun/starter-mcp-server'

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