Wekan Mcp
@namar0x0309
Wekan Mcp について
MCP server for https://github.com/wekan/wekan!
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"wekan-username": {
"command": "node",
"args": [
"dist/server.js"
],
"env": {
"WEKAN_BASE_URL": "https://wekan.namar0x0309.com",
"WEKAN_USERNAME": "username",
"WEKAN_PASSWORD": "password!"
},
"transport": "stdio"
},
"wekan": {
"command": "node",
"args": [
"dist/server.js"
],
"env": {
"WEKAN_BASE_URL": "https://wekan.namar0x0309.com",
"WEKAN_API_TOKEN": "thetokenyougetfrom_get-wekan-token_script"
},
"transport": "stdio"
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Wekan Mcp?
Wekan Mcp is an MCP server that integrates with Wekan, providing scripts to automatically generate Wekan API tokens and configure environment variables. It is designed for developers and users who want to set up Wekan authentication for use with the Model Context Protocol.
How to use Wekan Mcp?
Run the platform‑specific script (get-wekan-token.ps1 on Windows or get-wekan-token.sh on Linux/macOS) to generate an API token interactively. The script creates or updates a .env file with the required configuration. Manual configuration is also supported by copying .env.example to .env and filling in the details. Test the setup with node test-auth.js. For development, use npm run inspect to launch the MCP Inspector.
Key features of Wekan Mcp
- Cross‑platform token generation scripts (PowerShell and Bash)
- Interactive prompt for endpoint, username, and password
- Automatic creation/update of
.envconfiguration file - Manual configuration via
.env.example - Authentication test script (
test-auth.js) - MCP Inspector support for development and debugging
- Watch mode for automatic rebuilds during development
Use cases of Wekan Mcp
- Quickly setting up Wekan
「その他」の他のコンテンツ
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
コメント