MCP CLI Application
@richard-senior
MCP CLI Application について
A GO based MCP server for use with AmazonQ or any other MCP capable LLM Agent
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP CLI Application?
MCP CLI Application is a command-line tool that implements the Model Context Protocol (MCP) to extend Amazon Q’s capabilities with additional tools and context. It is built in Go and is configured as an MCP server for Amazon Q.
How to use MCP CLI Application?
Build and run using ./build.sh and ./run.sh [options]. Configure Amazon Q by adding the server definition to ~/.aws/amazonq/mcp.json. Invoke tools directly from the CLI or through Amazon Q by asking for specific tasks.
Key features of MCP CLI Application
- Calculator tool for basic arithmetic operations
- Prompt registry to manage and retrieve stored prompts
- Rule creator to define development standard rules
- Rules processor to check files against rules
- Google Search tool to fetch top search results
- Wikipedia image search and save tools
Use cases of MCP CLI Application
- Extend Amazon Q with custom tools for development workflows
- Perform quick calculations within a chat interface
- Enforce coding standards by creating and applying rules
- Retrieve pre‑defined prompt templates for specialized tasks
- Search the web or fetch Wikipedia images without leaving the IDE
FAQ from MCP CLI Application
How do I configure Amazon Q to use this server?
Add a new entry under mcpServers in ~/.aws/amazonq/mcp.json, specifying the command path to the compiled binary and a tools object for each available tool.
What runtime or dependencies are required?
The application is built with Go. Pre‑built binaries can be produced using ./build.sh; no additional runtime dependencies are mentioned.
Where are prompts stored?
Prompts are stored as files in the ~/.mcp/prompts directory on the local file system.
What tools are available?
The server provides seven tools: calculator, prompt registry, rule creator, rules processor, Google search, Wikipedia image, and Wikipedia image save.
How does Amazon Q use the prompt registry?
Amazon Q can retrieve a prompt template from the registry, fill in variables based on the user’s request, and use the completed prompt to generate more accurate and consistent responses.
「AI とエージェント」の他のコンテンツ
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
コメント