mcp-servers

Created By
getjotsua year ago
This is a collection of example MCP Servers for development.
Overview

what is mcp-servers?

The mcp-servers project is a collection of example MCP (Multi-Channel Protocol) Servers designed for development purposes, providing various server examples to help developers understand and implement MCP functionalities.

how to use mcp-servers?

To use mcp-servers, clone the repository from GitHub, and refer to the individual README files for each server example. You can also run the provided command line client located in client/main.py to interact with the servers.

key features of mcp-servers?

  • A collection of example servers including a basic server and an OAuth2 server.
  • A simple command line client for testing and interacting with the servers.
  • Full OAuth2 support using Discord as a pass-through authentication server.

use cases of mcp-servers?

  1. Developing and testing MCP server implementations.
  2. Learning how to integrate OAuth2 authentication in applications.
  3. Experimenting with different server configurations and functionalities.

FAQ from mcp-servers?

  • What is the purpose of the mcp-servers project?

The mcp-servers project provides example servers to assist developers in understanding and implementing MCP protocols.

  • How do I run the example servers?

You can run the example servers by following the instructions in the individual README files provided in the repository.

  • Is there a client available for testing the servers?

Yes, there is a simple command line client included in the project that can be used to interact with the example servers.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
getjotsu
Star
0
Language
Python
License
MIT license

Recommend Servers

View All
Wpnews

18 hours ago
Linkpulse

2 days ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

a day ago
Shippo
@Shippo

2 days ago
Orkestr

19 hours ago