Gen AI Lyrics Search Agent
@tehmenghai
关于 Gen AI Lyrics Search Agent
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-tehmenghai": {
"command": "docker",
"args": [
"build",
"-t",
"lyrics-search-agent",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Gen AI Lyrics Search Agent?
A generative AI agent that searches for song lyrics across the web and returns results in a specific format for mobile apps. It is built with the Model Context Protocol (MCP) for standardized tool integration and provides a FastAPI-based REST API.
How to use Gen AI Lyrics Search Agent?
Clone the repository, install dependencies with Poetry (poetry install), set up environment variables from .env.example, then run with poetry run uvicorn app.main:app --reload or using Docker. Access the API documentation at http://localhost:8000/docs.
Key features of Gen AI Lyrics Search Agent
- Web-based lyrics search across multiple sources
- Generative AI-powered conversation interface
- MCP-compliant tool integration
- FastAPI-based REST API with authentication and rate limiting
- Performance monitoring and analytics
- Docker support for containerized deployment
Use cases of Gen AI Lyrics Search Agent
- A mobile app that needs to fetch song lyrics on demand
- Integrating a conversational AI agent that can search lyrics across the web
- Building a tool that aggregates lyrics from multiple sources in a standardized format
FAQ from Gen AI Lyrics Search Agent
What runtime dependencies does it require?
Python 3.10 or higher, Poetry for dependency management, and optionally Docker.
How do I add a new search tool?
Create a new tool class in app/tools/, implement the BaseTool interface, and register the tool in app/main.py.
Where can I view the API documentation?
Once the application is running, visit http://localhost:8000/docs for interactive API docs or http://localhost:8000/redoc for ReDoc.
How is the server licensed?
It is licensed under the MIT License.
AI 与智能体 分类下的更多 MCP 服务器
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
评论