what is time-mcp?
Time-mcp is a minimal agentic AI system designed to answer time-related and general questions using a tool-augmented LLM pipeline. It provides the current timestamp through a Flask API and features a Streamlit UI for user interaction.
how to use time-mcp?
To use time-mcp, clone the repository, install the dependencies, set your OpenRouter API key, and run the Flask API, MCP Agent Server, and Streamlit UI in separate terminals. You can then interact with the AI agent through the Streamlit interface.
key features of time-mcp?
- Flask API for providing the current timestamp.
- MCP Agent Server for detecting user intent and interacting with an LLM.
- Streamlit UI for a simple chat interface with the AI agent.
use cases of time-mcp?
- Answering questions about the current time.
- Providing general information through natural language responses.
- Extending functionality by adding more tools to the MCP Agent.
FAQ from time-mcp?
- Can time-mcp answer any question?
Yes, it can answer time-related questions and general inquiries using the LLM.
- How do I set up time-mcp?
Follow the setup instructions in the documentation to clone the repo, install dependencies, and run the servers.
- Is time-mcp customizable?
Yes, you can add more tools and improve intent detection by modifying the MCPAgent class.