Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Redis, Travel Planner, JSON and Calendar MCP servers to community servers list #413

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

GongRzhe
Copy link

Description

Adding four new community MCP servers that expand the ecosystem's capabilities:

  1. Redis MCP Server - For Redis database operations and caching
  2. Travel Planner MCP Server - For travel planning using Google Maps API
  3. JSON MCP Server - For JSON data processing and querying
  4. Calendar MCP Server - For Google Calendar integration

Server Details

Adding four new servers to the Community Servers section:

  1. Redis MCP Server

    • Tools: set, get, delete, list
    • Features: Key-value operations, expiration management
    • Package: @gongrzhe/[email protected]
  2. Travel Planner MCP Server

    • Tools: searchPlaces, getPlaceDetails, calculateRoute, getTimeZone
    • Features: Location search, place details, route calculation
    • Package: @gongrzhe/server-travelplanner-mcp
  3. JSON MCP Server

    • Tools: query, filter
    • Features: JSONPath operations, array/string/numeric/date operations
    • Package: @gongrzhe/[email protected]
  4. Calendar MCP Server

    • Tools: create/update/delete/list events
    • Features: Google Calendar integration, OAuth2 authentication
    • Package: @gongrzhe/server-calendar-mcp

Motivation and Context

These servers add important functionality to the MCP ecosystem:

  • Database operations (Redis)
  • Travel and location services (Travel Planner)
  • Data processing and querying (JSON)
  • Calendar management (Calendar)

How Has This Been Tested?

All servers have been tested with Claude Desktop as the LLM client, with configuration examples provided in their respective READMEs.

Types of changes

  • New feature (non-breaking change which adds functionality)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

All servers are implemented in TypeScript/JavaScript and provide:

  • Detailed installation instructions
  • Configuration examples for Claude Desktop
  • Clear documentation of tools and features
  • Security considerations and best practices

# Redis

A Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
@GongRzhe GongRzhe changed the title docs: add Redis, Travel Planner, JSON and Calendar MCP servers docs: add Redis, Travel Planner, JSON and Calendar MCP servers to community servers list Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants