Skip to main content
Glama
askarthikey

MCP Starter Server

by askarthikey

MCP Starter Server (TypeScript)

Стартовый Model Context Protocol (MCP) сервер, написанный на Node.js / TypeScript с использованием официального @modelcontextprotocol/sdk.

Возможности

  • 🛠️ Инструменты:

    • add_numbers: Складывает два числа и возвращает отформатированный результат.

    • get_system_status: Возвращает время работы системы, платформу, версию Node и временную метку.

  • 📄 Ресурсы:

    • info://welcome: Текстовый ресурс, предоставляющий приветственную информацию.

    • config://app-settings: JSON-ресурс, предоставляющий настройки конфигурации сервера.

  • 💡 Промпты:

    • code_review: Шаблон промпта для структурированных запросов на ревью кода.

    • summarize_notes: Шаблон промпта для обобщения заметок встречи в маркированный список.


Related MCP server: MCP AI Chat LangChain

Быстрый старт

1. Установка зависимостей

npm install

2. Сборка сервера

npm run build

Это компилирует исходный код TypeScript из src/ в dist/index.js.

3. Запуск в режиме разработки

npm run dev

4. Тестирование с MCP Inspector

Вы можете визуально тестировать и взаимодействовать с вашими инструментами, ресурсами и промптами с помощью официального MCP Inspector:

npx @modelcontextprotocol/inspector node dist/index.js

Интеграция с MCP-клиентами

Конфигурация Antigravity / Claude Desktop / Cursor

Добавьте этот сервер в файл конфигурации MCP-сервера вашего клиента (например, mcp_config.json или claude_desktop_config.json):

{
  "mcpServers": {
    "starter-mcp-server": {
      "command": "node",
      "args": [
        "C:/Users/naska/coding/dev/mcp-temp/dist/index.js"
      ]
    }
  }
}

Структура папок

.
├── src/
│   └── index.ts        # Main MCP Server implementation (Tools, Resources, Prompts)
├── dist/               # Compiled JavaScript outputs (generated on build)
├── package.json        # Dependencies and build scripts
├── tsconfig.json       # TypeScript compiler settings
└── README.md           # Documentation
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    A demonstration MCP server that provides calculator tools for arithmetic operations, personalized greeting resources, and code review prompt templates. Enables users to perform basic math calculations, generate dynamic greetings, and access reusable code review templates through the Model Context Protocol.
  • F
    license
    C
    quality
    D
    maintenance
    A Model Context Protocol server that provides tools for mathematical calculations and directory listing, alongside prompt templates for code reviews and explanations. It enables file system access and resource reading through stdio transport.
    2

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

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/askarthikey/mcp-prac'

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