agentic
Spring boot Agent-based architecture. The project consists of multiple services working together using MCP (Model Control Protocol) to provide comprehensive solution. Redis as Vector Store.
GitHubスター
1
ユーザー評価
未評価
お気に入り
0
閲覧数
10
フォーク
0
イシュー
0
インストール方法
難易度
初級推定所要時間
5-10 分
インストール方法
インストール方法
前提条件
Node.js: 18.0.0以上
npm: 8.0.0以上
Claude Desktop: 最新版
インストール手順
1. リポジトリのクローン
bash
git clone https://github.com/transitive-bullshit/agentic.git
cd agentic
2. 依存関係のインストール
bash
npm install
3. Claude Desktop設定
claude_desktop_config.json
を編集してMCPサーバーを追加:
json
{
"mcpServers": {
"server-name": {
"command": "node",
"args": ["path/to/server.js"]
}
}
}
4. サーバーの起動
bash
npm start
トラブルシューティング
よくある問題
問題: サーバーが起動しない 解決策: Node.jsのバージョンを確認し、依存関係を再インストールしてください。 問題: Claude Desktopで認識されない 解決策: 設定ファイルのパスと構文を確認してください。追加リソース
作者情報
1
フォロワー
56
リポジトリ
9
Gist
0
貢献数
関連するMCP
dbchat
64
A powerful MCP server that lets you have natural language conversations with your database. Ask it to do complex analysis, generate beautiful visualizations, or build custom interactive dashboards based your data. Works with any JDBC-compatible database with support for most SQL DBs like PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB, etc