mcp-server
@TogetherCrew
About mcp-server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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-resourcestool - 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.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments