Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AiDD MCP Server to the package list #65

Merged
merged 3 commits into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion packages/package-list.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
[
{
"name": "mcp-solver",
"description": "MCP server for Constraint Solving and Optimization",
Expand Down Expand Up @@ -395,6 +395,15 @@
"license": "MIT",
"runtime": "python"
},
{
"name": "mcp-server-aidd",
"description": "An MCP server that provides a comprehensive set of tools for AI-driven development workflows. Features include file system operations, code analysis using tree-sitter for multiple programming languages, Git operations, code execution, and system information retrieval. Designed to enhance AI's capability to assist in software development tasks.",
"vendor": "SkyDeck.ai®",
"sourceUrl": "https://github.com/skydeckai/mcp-server-aidd",
"homepage": "https://skydeck.ai/",
"license": "MIT",
"runtime": "python"
},
{
"name": "@enescinar/twitter-mcp",
"description": "This MCP server allows Clients to interact with Twitter, enabling posting tweets and searching Twitter.",
Expand Down
Loading