Metis MCP Tools
@dagron78
关于 Metis MCP Tools
A demo repository for testing the GitHub MCP server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Metis MCP Tools?
Metis MCP Tools is a collection of Model Context Protocol (MCP) servers designed to extend the Metis RAG application. It provides functionality for database management, vector store operations, document processing, and LLM interactions, enabling language models to access and act on external data.
How to use Metis MCP Tools?
Clone the repository, install dependencies with npm install, start the desired server(s) using node tools/<server>.js, and connect from your application via an MCP client. Each tool is a separate server: database-tool, vector-store-tool, document-processing-tool, llm-interaction-tool.
Key features of Metis MCP Tools
- PostgreSQL database management (init, query, schema, list tables)
- Vector store operations with Chroma (collection CRUD, query)
- Document loading from PDF, DOCX, TXT, MD
- Document chunking and code block extraction
- LLM integration with OpenAI and Anthropic (text generation, embeddings, prompt templates)
Use cases of Metis MCP Tools
- Enable an LLM to query a PostgreSQL database within a RAG pipeline
- Perform semantic search on document collections via vector store queries
- Automatically load, chunk, and process uploaded documents for indexing
- Generate structured summaries or embeddings from raw text using LLMs
FAQ from Metis MCP Tools
How do I set up the database tool?
Initialize a connection by calling init_database_connection with host, port, database, user, and password.
What vector store does the vector-store-tool use?
It uses Chroma. You can initialize the store, create or get collections, add documents, and query for similar documents.
Which file formats are supported by the document processing tool?
PDF, DOCX, TXT, and MD files are supported for loading and chunking.
What LLM providers are available?
OpenAI and Anthropic are supported. You can initialize models, generate text, use prompt templates, and generate embeddings.
Are the servers started individually?
Yes, each tool runs as its own MCP server. Start them separately with node tools/<server>.js.
版本控制 分类下的更多 MCP 服务器

Git
modelcontextprotocolModel Context Protocol Servers
Bitbucket Server MCP
garc33Linear MCP Server
clinea private MCP server for accessing Linear
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
评论