Izawa MCP Server

by i-am-ethan

239 downloads
Not rated
GitHub

Description

# Izawa MCP Server TypeScriptとExpressで構築されたModel Context Protocol (MCP) サーバーです。プロフィール情報とブログ記事を提供します。 ## 機能 - プロフィール情報の提供 - ブログ記事リストの提供 - 特定のブログ記事本文の提供 ## 必要条件 - Node.js v20.18.0以上 - npm または yarn ## インストール ```bash # リポジトリをクローン git clone…

About

# Izawa MCP Server TypeScriptとExpressで構築されたModel Context Protocol (MCP) サーバーです。プロフィール情報とブログ記事を提供します。 ## 機能 - プロフィール情報の提供 - ブログ記事リストの提供 - 特定のブログ記事本文の提供 ## 必要条件 - Node.js v20.18.0以上 - npm または yarn ## インストール ```bash # リポジトリをクローン git clone https://github.com/yourusername/izawa-mcp-server.git cd izawa-mcp-server #…

Details

Author
i-am-ethan
Downloads
239
Categories
Other

- Provides profile information
- Provides a list of blog articles
- Provides the content of a specific blog article

Clone the repository, install dependencies with npm install, then run npm run dev for development (listens on http://localhost:3000). For production, build with npm run build and start with npm start. Access the metadata endpoint GET /.well-known/model-context-protocol.json or the context data endpoint POST /mcp (e.g., with {"context_id": "profile"} or {"context_id": "blog_post_content", "params": {"post_id": "post-1"}}).

Izawa MCP Server

TypeScriptとExpressで構築されたModel Context Protocol (MCP) サーバーです。プロフィール情報とブログ記事を提供します。

機能

- プロフィール情報の提供
- ブログ記事リストの提供
- 特定のブログ記事本文の提供

必要条件

- Node.js v20.18.0以上
- npm または yarn

インストール

```bash

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.