MCP.so
ログイン

mcp-server

@TogetherCrew

mcp-server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

TogetherCrew

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcp-server?

mcp-server is an MCP server published as @togethercrew.dev/mcp-server that provides a tool for querying community resources. It is designed for use with MCP clients.

How to use mcp-server?

Install via npm, yarn, or pnpm, then connect using an MCP client SDK. Invoke the tool query-community-resources with a community ID and a question.

Key features of mcp-server

  • Provides a query-community-resources tool
  • Supports npm, yarn, and pnpm package managers
  • Compatible with MCP inspector for testing
  • Configurable timeout for long-running requests

Use cases of mcp-server

  • Querying community resources by ID and natural language question

FAQ from mcp-server

How do I install mcp-server?

Run npm i @togethercrew.dev/mcp-server, yarn add @togethercrew.dev/mcp-server, or pnpm add @togethercrew.dev/mcp-server.

What tool does mcp-server expose?

It exposes the tool query-community-resources which accepts a communityId and a question parameter.

Can I test mcp-server locally?

Yes, using the @modelcontextprotocol/inspector. Note that requests may take several minutes, so extend the default 10-second timeout to at least 600000 ms (10 minutes).

What dependencies are required?

Node.js and an MCP client SDK such as @modelcontextprotocol/sdk.

コメント

「その他」の他のコンテンツ