Skip to main content
Glama

Yes or No MCP

by a-polishchuk

MCP Example: Server over stdio

This repository demonstrates a simple MCP (Model Context Protocol) server implementation that communicates over stdio using TypeScript.

Features

  • Example MCP server using stdio
  • Written in TypeScript
  • Easily extensible for custom MCP commands

Prerequisites

  • Node.js (v18 or newer recommended)
  • npm

Setup

  1. Install dependencies:
    npm install
  2. Go to Cursor Settings -> MCP -> Add new MCP:
    { "mcpServers": { "Yes or No MCP": { "command": "npx", "args": [ "-y", "tsx", "<absolute_path_to>/stdio-example.ts", "--stdio" ] } } }
    Replace <absolute_path_to> with the absolute path to your stdio-example.ts file.
  3. Use MCP server: Ask LLM in Cursor some question and add "yes or no" in the end, Cursor will call MCP tool.

File Overview

  • stdio-example.ts: Main MCP server implementation.
  • copy-this-to-mcp-json.json: Example configuration for MCP server setup.

License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

A simple MCP server implementation in TypeScript that communicates over stdio, allowing users to ask questions that end with 'yes or no' to trigger the MCP tool in Cursor.

  1. Features
    1. Prerequisites
      1. Setup
        1. File Overview
          1. License

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A TypeScript-based MCP server that facilitates SQL query execution and MySQL database connectivity using environment variables.
              Last updated -
              25
              JavaScript
              • Apple
            • A
              security
              A
              license
              A
              quality
              This TypeScript-based MCP server enables users to manage a simple notes system with capabilities to create and summarize notes through structured prompts and resources.
              Last updated -
              5
              0
              TypeScript
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              This TypeScript-based server implements a simple notes system using MCP concepts, enabling users to create, list, and summarize text notes through natural language prompts.
              Last updated -
              5
              198
              193
              JavaScript
              MIT License
              • Apple
            • A
              security
              F
              license
              A
              quality
              A TypeScript-based MCP server that implements a simple notes system, enabling users to manage text notes with creation and summarization functionalities through structured prompts.
              Last updated -
              1
              289
              JavaScript
              • Apple

            View all related MCP servers

            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/a-polishchuk/mcp-example-stdio'

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