Skip to main content
Glama
Abanoub-Rodolf

mcp-server-starter-demo

MCP Server Starter Demo

A free, deliberately small TypeScript MCP server from ThynkQ. It uses the current official SDK, runs over stdio, validates every input with Zod, and exposes two pure in-memory tools:

  • echo: returns validated text unchanged;

  • text_stats: counts words and characters.

It does not read files, call the network, spawn subprocesses, or accept secrets.

Run it

Requires Node.js 20 or newer.

npm install
npm run check
npm start

Build first, then copy configs/claude-desktop.example.json and replace the placeholder with the absolute path to dist/index.js.

Related MCP server: HelloWorld MCP Server

Why this repository is limited

This is a public teaching demo, not the paid production starter. It intentionally omits:

  • streamable HTTP transport;

  • bearer authentication and constant-time comparison;

  • rate limiting and DNS rebinding protection;

  • structured redacted logging;

  • typed safe error handling;

  • the 60-test transport and security suite;

  • three production client configurations and saved scan proof.

Those hardening layers are part of MCP Server Starter Pro, which is in final storefront preparation. Follow ThynkQ's MCP work for the release.

If you need a human review of a production MCP deployment, see ThynkQ's MCP Risk Review.

Before connecting a third-party MCP server, run the free MCP Security Review Preview. It is a limited Claude Code preflight that keeps raw scanner evidence outside model-facing output.

Security model

The client launches this process and communicates over stdin/stdout. All operational logging goes to stderr so stdout remains reserved for JSON-RPC. Both example tools are pure functions with bounded inputs.

License

MIT. See LICENSE.

Built by Abanoub Rodolf Boctor at ThynkQ.

Install Server
A
license - permissive license
A
quality
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

  • A
    license
    D
    quality
    D
    maintenance
    A minimal Model Context Protocol server in TypeScript that demonstrates MCP-compliant resources and tools for LLMs, featuring simple resources and a basic tool that echoes messages or returns greetings.
    1
    5
    Apache 2.0
  • F
    license
    -
    quality
    D
    maintenance
    A demonstration MCP server built in TypeScript that shows how to implement stdio-based communication for integration with MCP clients. Serves as a template for building custom MCP servers with strong typing and maintainability.
  • A
    license
    -
    quality
    D
    maintenance
    A lightweight TypeScript-based MCP server that demonstrates how to build custom MCP tools by implementing a simple addition calculator. Serves as a starting point for building MCP-compatible tools.
    1,345
    MIT

View all related MCP servers

Related MCP Connectors

  • A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…

  • MCP (Model Context Protocol) server for Appwrite

  • MCP server for understanding Javascript internals from ECMAScript specification.

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/Abanoub-Rodolf/mcp-server-starter-demo'

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