Model Context Protocol Server

by big-mon

266 downloads
Not rated
GitHub

About

Model Context Protocol Server implements the Model Context Protocol (MCP) as described in the official quick start tutorial. It is designed to manage model contexts and provide a basic MCP server runtime, targeting developers exploring MCP on Windows and other environments.

Details

Author
big-mon
Downloads
266
Categories
Other

- Basic MCP server implementation
- Model context management

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Model Context Protocol Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, then run npm install, npm build, and node build/index.js to start the server. It depends on @modelcontextprotocol/sdk and zod.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "model context protocol server": {
            "study-mcp-server": {
                "command": "node",
                "args": [
                    "build/index.js"
                ]
            }
        }
    }
}

McpServers

{
    "study-mcp-server": {
        "command": "node",
        "args": [
            "build/index.js"
        ]
    }
}

Model Context Protocol Server

Model Context Protocol (MCP) サーバーの実装プロジェクトです。

概要

このプロジェクトは Model Context Protocol のクイックスタートチュートリアルを実装したものです。

本リポジトリはWindows 環境で Model Context Protocol (MCP) サーバーを立ち上げるチュートリアルをやったにて経緯を説明しています。

機能

- MCP サーバーの基本的な実装
- モデルコンテキストの管理

セットアップ

1. 依存関係をインストール:

   npm install
   

2. プロジェクトをビルド:

   npm run build
   

3. サーバーを起動:

   node build/index.js

依存関係

- @modelcontextprotocol/sdk
- zod

ライセンス

ISC

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.