Skip to main content
Glama
askarthikey

MCP Starter Server

by askarthikey

MCP スターターサーバー (TypeScript)

公式の @modelcontextprotocol/sdk を使用して Node.js / TypeScript で構築されたスターター Model Context Protocol (MCP) サーバーです。

機能

  • 🛠️ ツール:

    • add_numbers: 2 つの数値を加算し、フォーマットされた結果を返します。

    • 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