Assistant MCP Server
@nodlab
Assistant MCP Server について
MCP server for productive development
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-assistant-local": {
"command": "npx",
"args": [
"tsx",
"/path/to/folder/src/index.ts"
],
"env": {
"TOOLS_PATH": "/path/to/folder/tools.json"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Assistant MCP Server?
An MCP server that provides tools for retrieving project architecture information, searching tasks, and generating optimized prompts for AI models. It is designed for developers working on frontend applications who need to integrate structured project data into AI workflows.
How to use Assistant MCP Server?
Install dependencies with yarn install, then build with yarn build. Add a tools.json file defining the available tools. To run locally, configure an MCP client with the command npx tsx /path/to/src/index.ts and set the TOOLS_PATH environment variable to the path of tools.json.
Key features of Assistant MCP Server
- Provides three pre‑defined tools:
architecture_info,search_tasks, andoptimize_prompt. - Uses a
tools.jsonconfiguration file for tool definitions. - Supports file‑based plugins (e.g., reading architecture info and tasks from local files).
- Includes a
promptOptimizerplugin for generating final structured AI prompts. - Runs locally via
npx tsxfor easy development and testing.
Use cases of Assistant MCP Server
- Automatically retrieve frontend project architecture before implementing new tasks.
- Collect project tasks from a
tasks.txtfile and guide AI to execute them according to architecture. - Generate a final, structured prompt by combining multiple context sections and instructions for an AI model.
FAQ from Assistant MCP Server
What dependencies are required?
The server requires Node.js and TypeScript (via tsx). Dependencies are installed with yarn install.
How do I configure the tools?
Create a tools.json file at the project root with an array of tool objects. Each tool specifies its name, description, input schema, and plugin configuration (e.g., file or promptOptimizer).
Where is the data stored?
Tool data resides in local files as specified in the plugin arguments (e.g., architecture.md and tasks.txt). The server reads these files at runtime.
What transport does Assistant MCP Server use?
The server uses standard MCP stdio transport – it is invoked as a command‑line process via npx tsx.
Is there any authentication or security mechanism?
The README does not mention any authentication. The server runs locally and relies on file‑system access to the configured paths.
「AI とエージェント」の他のコンテンツ
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
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.
コメント