Ai-Agent
Verified Safeby abhisheksssss
Overview
An AI Agent server leveraging Model Context Protocol (MCP) to provide various AI-powered tools and intelligent prompts through an SSE-based event transport system.
Installation
node server/index.jsEnvironment Variables
- TWITTER_API_KEY
- TWITTER_API_SECRET
- TWITTER_ACCESS_TOKEN
- TWITTER_ACCESS_TOKEN_SECRET
- TAVILY_API_KEY
- GEMINI_API_KEY
Security Notes
A Tavily API key is hardcoded directly in `server/index.js` (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), which is a critical security vulnerability as it exposes a sensitive credential. While other API keys are managed via `dotenv`, this specific instance needs to be rectified. In a production environment, proper CORS configuration for the `/sse` and `/messages` endpoints would also be crucial.
Similar Servers
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
Windows-MCP
This MCP server enables AI agents to directly interact with the Windows operating system, performing tasks such as file navigation, application control, UI interaction, and QA testing.
mcp-server-macos-use
An AI agent designed to control a macOS computer using OS-level tools, compatible with the Model Context Protocol (MCP).
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.