redsword
v0.1.0
Published
AI development support MCP server - BlueLamp compatible agent knowledge injection
Maintainers
Readme
redsword-mcp
AI development support MCP server - BlueLamp compatible agent knowledge injection.
Install
npx redswordMCP Configuration
Add to your MCP client settings:
{
"mcpServers": {
"redsword": {
"command": "npx",
"args": ["redsword"]
}
}
}Tools
| Tool | Description |
|------|-------------|
| inject_knowledge | Inject agent knowledge (prompt) by keyword |
| list_agents | List available agents with optional category filter |
| get_agent_info | Get detailed agent information |
| get_bootstrap | Get bootstrap prompt to trigger inject_knowledge |
Available Keywords
Phase Agents (11)
| Keyword | Agent |
|---------|-------|
| @要件定義 | Requirements Engineer |
| @Git管理 | Git/GitHub Management |
| @フロントエンド基盤 | Frontend Foundation |
| @ページ実装 | Page Implementation |
| @環境構築 | Environment Setup |
| @バックエンド計画 | Backend Planning |
| @バックエンド実装 | Backend Implementation |
| @フロントエンド実装 | Frontend Implementation |
| @E2Eテスト | E2E Testing |
| @本番運用診断 | Production Diagnosis |
| @デプロイ | Deploy |
Tool Agents (7)
| Keyword | Agent |
|---------|-------|
| @拡張要件定義 | Extended Requirements |
| @拡張機能実装 | Extended Implementation |
| @デバッグ技術 | Debug Support |
| @リファクタリング | Refactoring |
| @ドキュメント生成 | Document Generation |
| @相談 | Consultation |
| @MCP追加 | MCP Setup |
Requirements
- Node.js >= 18.0.0
License
UNLICENSED
