Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

debris-bin/mcp-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ““ λ‚˜λ§Œμ˜ mcp μ„œλ²„ λ§Œλ“€κΈ° with μ»€μ„œ ai

A collection of Model Context Protocol (MCP) server implementations showcasing various capabilities and use cases for testing and demonstration.

Servers

  • Math Server (math-server/): Mathematical computation server with basic arithmetic and advanced operations.
  • Explorer Server (explorer-server/): File system exploration and management capabilities.
  • RAG Server (rag-server/): Retrieval-Augmented Generation server for Office documents (Word/Excel files).
    • Processes .docx and .xlsx files
    • Provides semantic search and Q&A capabilities
    • Uses OpenAI embeddings and Chroma vector store
  • Web Search Server (web-search-server/): Web search and content retrieval functionality.
  • Test Server (test-server/): Testing and development utilities for MCP functionality.

Setup

  1. Install dependencies:
pip install -r requirements.txt
  1. Configure environment variables:
cp .env.example .env
# Edit .env with your API keys
  1. Run individual servers:
cd <server-directory>
python main.py

About

πŸ”š λ‚˜λ§Œμ˜ MCP μ„œλ²„ λ§Œλ“€κΈ° with μ»€μ„œ AI

Resources

Stars

Watchers

Forks

Contributors

Languages