Tech MCP サーバー
by a-ssign
This is an MCP server for Claude, Cursor, and Roo Code. It provides basic tools for these platforms.
Last updated: N/A
What is Tech MCP サーバー?
The Tech MCP server provides a set of tools for interacting with various services like GitHub, JIRA, and Slack, designed to be used with Claude, Cursor, and Roo Code.
How to use Tech MCP サーバー?
- Install Deno. 2. Start the server using
deno task start
ordeno task dev
. 3. Configure Roo Cline to use the server by editing thecline_mcp_settings.json
file and adding the server configuration. 4. Replace the path with the actualsrc/server.ts
path. 5. Restart Roo Cline.
Key features of Tech MCP サーバー
Provides basic tools for Claude, Cursor, and Roo Code
Includes tools for interacting with GitHub (repo info, contents, issues, commits, pull requests, user info)
Includes tools for interacting with JIRA (project info, issue, search issues, project issues)
Includes tools for interacting with Slack (list channels, post message, user conversations, channel history, thread replies)
Offers integration tools for mapping GitHub PRs to JIRA issues and generating dashboard summaries
Use cases of Tech MCP サーバー
Automating tasks related to GitHub repositories
Managing JIRA tickets and projects
Interacting with Slack channels and users
Integrating GitHub and JIRA workflows
Generating development status dashboards
FAQ from Tech MCP サーバー
What is the purpose of this server?
What is the purpose of this server?
It provides tools for Claude, Cursor, and Roo Code to interact with services like GitHub, JIRA, and Slack.
What are the prerequisites for running this server?
What are the prerequisites for running this server?
You need to have Deno installed.
How do I start the server?
How do I start the server?
Use the command deno task start
or deno task dev
.
How do I configure Roo Cline to use this server?
How do I configure Roo Cline to use this server?
Edit the cline_mcp_settings.json
file and add the server configuration, replacing the path with the actual src/server.ts
path.
What kind of GitHub tools are provided?
What kind of GitHub tools are provided?
Tools for getting repo info, contents, issues, commits, pull requests, and user info.