MCP.so
Sign In

mcp-server

@TogetherCrew

About mcp-server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

TogetherCrew

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers