@toolsdk.ai/registry 1.0.151 → 1.0.153

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,14 +12,14 @@
12
12
  <a href="https://github.com/toolsdk-ai/toolsdk-mcp-registry/actions/workflows/test.yaml">
13
13
  <img src="https://github.com/toolsdk-ai/toolsdk-mcp-registry/actions/workflows/test.yaml/badge.svg" alt="Build Status" />
14
14
  </a>
15
- <img src="https://img.shields.io/badge/MCP_Servers-4520-blue?style=flat-square" alt="MCP Servers Count" />
15
+ <img src="https://img.shields.io/badge/MCP_Servers-4521-blue?style=flat-square" alt="MCP Servers Count" />
16
16
  <img src="https://img.shields.io/badge/LICENSE-MIT-ff69b4?style=flat-square" alt="License" />
17
17
  <br />
18
18
  <a href="https://www.producthunt.com/products/toolsdk-ai">
19
19
  <img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=997428&theme=light&period=daily" alt="Product Hunt" height="40" />
20
20
  </a>
21
21
 
22
- <a href="#mcp-servers">🔍 <b>Browse 4520+ Tools</b></a>
22
+ <a href="#mcp-servers">🔍 <b>Browse 4521+ Tools</b></a>
23
23
  &nbsp;&nbsp;•&nbsp;&nbsp;
24
24
  <a href="#quick-start">🐳 <b>Self-hosted</b></a>
25
25
  &nbsp;&nbsp;•&nbsp;&nbsp;
@@ -75,7 +75,7 @@ docker compose up -d
75
75
  - *See [Configuration Guide](./docs/DEVELOPMENT.md) for full details.*
76
76
 
77
77
  > [!TIP]
78
- > **Tip for Private Deployment**: This registry contains 4520+ public MCP servers. If you only need a specific subset for your private environment, you can prune the `packages/` directory.
78
+ > **Tip for Private Deployment**: This registry contains 4521+ public MCP servers. If you only need a specific subset for your private environment, you can prune the `packages/` directory.
79
79
  > 📖 See [Package Management Guide](./docs/DEVELOPMENT.md#5--package-management-for-private-deployment) for details.
80
80
 
81
81
  That's it! Your self-hosted MCP registry is now running with:
@@ -87,7 +87,7 @@ That's it! Your self-hosted MCP registry is now running with:
87
87
 
88
88
  - 🌐 **Local Web Interface**: http://localhost:3003
89
89
  - 📚 **Swagger API Docs**: http://localhost:3003/swagger
90
- - 🔍 **Search & Execute** 4520+ MCP Servers remotely
90
+ - 🔍 **Search & Execute** 4521+ MCP Servers remotely
91
91
  - 🤖 **Integrate** with your AI agents, chatbots, and LLM applications
92
92
 
93
93
  #### 🌐 Remote Tool Execution Example
@@ -221,7 +221,7 @@ graph TD
221
221
 
222
222
  This open-source project provides:
223
223
 
224
- - **Structured Registry** - 4520+ MCP servers with metadata
224
+ - **Structured Registry** - 4521+ MCP servers with metadata
225
225
  - **Unified Gateway** - HTTP API to query and execute tools remotely
226
226
  - **Auto-Generated Docs** - Always up-to-date README and API documentation
227
227
 
@@ -320,12 +320,12 @@ Your MCP server will be:
320
320
 
321
321
  ## MCP Servers Directory
322
322
 
323
- **4520+ AI Agent Tools, LLM Integrations & Automation Servers**
323
+ **4521+ AI Agent Tools, LLM Integrations & Automation Servers**
324
324
 
325
325
  > [!NOTE]
326
326
  > ⭐ **Featured below**: Hand-picked, production-ready MCP servers verified by our team.
327
327
  >
328
- > 📚 **Looking for all 4520+ servers?** Check out [**All MCP Servers**](./docs/ALL-MCP-SERVERS.md) for the complete list.
328
+ > 📚 **Looking for all 4521+ servers?** Check out [**All MCP Servers**](./docs/ALL-MCP-SERVERS.md) for the complete list.
329
329
 
330
330
  > [!TIP]
331
331
  > If a package is marked as `validated: true` in the index, you can usually wire it up in minutes via ToolSDK (e.g. `getAISDKTool(toolKey)`).
@@ -859,6 +859,7 @@ Enhance your development workflow with tools for coding and environment manageme
859
859
  - [✅ mcp-server-tree-sitter](https://github.com/wrale/mcp-server-tree-sitter): Provides code analysis capabilities through tree-sitter parsing, enabling structured understanding and manipulation of source code across multiple programming languages for tasks like code review, refactoring, and documentation generation. (26 tools) (python)
860
860
  - [✅ mcp-svelte-docs](https://github.com/spences10/mcp-svelte-docs): Integrates with Svelte documentation to enable efficient querying and retrieval of framework-specific content for development assistance. (12 tools) (node)
861
861
  - [✅ metatag-genie](https://github.com/terryso/meta_tag_genie): Enables AI to write standardized metadata to various image file formats including HEIC and PNG for automated tagging, photo organization, and copyright embedding without switching contexts. (1 tools) (node)
862
+ - [✅ project-mcp](https://github.com/pouyanafisi/project-mcp): AI-native project management with intent-based documentation search, Jira-like task IDs (PROJECT-001), backlog workflow (import → promote → archive), thought processing (brain dumps → structured tasks with intent analysis), and project file management. (40 tools, 12 prompts) (42 tools) (node)
862
863
  - [✅ qasphere-mcp](https://github.com/hypersequent/qasphere-mcp): Integration with QA Sphere test management system, enabling LLMs to discover, summarize, and interact with test cases directly from AI-powered IDEs. (6 tools) (node)
863
864
  - [✅ sf-mcp](https://github.com/codefriar/sf-mcp): Exposes Salesforce CLI functionality for interacting with Salesforce orgs, enabling developers to query data, deploy code, and manage orgs through dynamically discovered commands. (5 tools) (node)
864
865
  - [✅ shadow-cljs-mcp](https://github.com/bigsy/shadow-cljs-mcp): Monitors ClojureScript builds in real-time, providing detailed status information including compilation status, warnings, errors, and file-specific details for verifying build success after code changes. (1 tools) (node)
@@ -2291,6 +2291,7 @@
2291
2291
  "forge",
2292
2292
  "docker-mcp",
2293
2293
  "@magicuidesign/mcp",
2294
+ "project-mcp",
2294
2295
  "mcpdoc",
2295
2296
  "freecad-mcp",
2296
2297
  "mcp-maker",
@@ -56087,5 +56087,180 @@
56087
56087
  "path": "uncategorized/toolsdk-remote-ai-dynamicendpoints-m365-core-mcp.json",
56088
56088
  "validated": false,
56089
56089
  "tools": {}
56090
+ },
56091
+ "project-mcp": {
56092
+ "category": "developer-tools",
56093
+ "path": "developer-tools/project-mcp.json",
56094
+ "validated": true,
56095
+ "tools": {
56096
+ "search_project": {
56097
+ "name": "search_project",
56098
+ "description": "Search across project sources with smart intent detection. IMPORTANT: \"project docs\" means APPLICATION documentation (docs/ + DECISIONS.md), NOT project management. Use intent \"project_docs\" when user says \"project docs/documents/documentation\" to search application documentation. Use intent \"plan\" for project management (status, todos, roadmap, backlog)."
56099
+ },
56100
+ "search_docs": {
56101
+ "name": "search_docs",
56102
+ "description": "Search only the docs/ directory for reference documentation. Use this when the user specifically asks for \"docs\" or \"documentation\". Returns relevant documentation chunks with file paths and content snippets."
56103
+ },
56104
+ "get_doc": {
56105
+ "name": "get_doc",
56106
+ "description": "Get the full content of a specific file. Supports files from .project/, root-level, or docs/. Use the path as returned from search results."
56107
+ },
56108
+ "list_docs": {
56109
+ "name": "list_docs",
56110
+ "description": "List all available documentation files organized by category. Use this to discover what documentation is available or to get an overview of the documentation structure."
56111
+ },
56112
+ "get_doc_structure": {
56113
+ "name": "get_doc_structure",
56114
+ "description": "Get the complete documentation directory structure with file paths and descriptions. Useful for understanding the organization of documentation."
56115
+ },
56116
+ "manage_project_file": {
56117
+ "name": "manage_project_file",
56118
+ "description": "Smart tool that automatically determines which project file to create or update based on context. Use this when making changes to the project - it will check project state and determine if index.md, ROADMAP.md, TODO.md, STATUS.md, or DECISIONS.md should be created/updated. This is the primary tool for managing project documentation during development."
56119
+ },
56120
+ "check_project_state": {
56121
+ "name": "check_project_state",
56122
+ "description": "Checks the current state of project management files. Returns which files exist (.project/index.md, ROADMAP.md, TODO.md, STATUS.md, DECISIONS.md) and provides a summary of project state. Use this before making changes to understand what exists."
56123
+ },
56124
+ "create_or_update_roadmap": {
56125
+ "name": "create_or_update_roadmap",
56126
+ "description": "Creates or updates the ROADMAP.md file in .project/ directory. Use this when planning future work, milestones, or phases. If the file exists, intelligently merges new content with existing roadmap."
56127
+ },
56128
+ "create_or_update_todo": {
56129
+ "name": "create_or_update_todo",
56130
+ "description": "Creates or updates the TODO.md file in .project/ directory. Use this when adding tasks, marking items complete, or updating task status. Intelligently organizes tasks into sections (In Progress, Next Up, Blocked, Completed)."
56131
+ },
56132
+ "create_or_update_status": {
56133
+ "name": "create_or_update_status",
56134
+ "description": "Creates or updates the STATUS.md file in .project/ directory. Use this when updating project health, recent changes, metrics, or current phase. Automatically updates the \"Last Updated\" timestamp."
56135
+ },
56136
+ "create_or_update_index": {
56137
+ "name": "create_or_update_index",
56138
+ "description": "Creates or updates the index.md file in .project/ directory. This is the contract file that defines how agents should interpret sources. Use this when setting up project structure or updating source mappings."
56139
+ },
56140
+ "create_or_update_decisions": {
56141
+ "name": "create_or_update_decisions",
56142
+ "description": "Creates or updates the DECISIONS.md file in .project/ directory. Use this when documenting architecture decisions, trade-offs, or rationale. Helps maintain a decision log for the project."
56143
+ },
56144
+ "add_decision": {
56145
+ "name": "add_decision",
56146
+ "description": "Adds a single architecture decision record (ADR) to DECISIONS.md. Creates a structured entry with title, context, decision, and consequences sections."
56147
+ },
56148
+ "list_decisions": {
56149
+ "name": "list_decisions",
56150
+ "description": "Lists all architecture decisions from DECISIONS.md with optional filtering by status or tag."
56151
+ },
56152
+ "update_project_status": {
56153
+ "name": "update_project_status",
56154
+ "description": "Quick status update for the project. Adds a timestamped entry to STATUS.md with the current status, changes, or notes."
56155
+ },
56156
+ "add_roadmap_milestone": {
56157
+ "name": "add_roadmap_milestone",
56158
+ "description": "Adds a milestone or phase to ROADMAP.md. Creates a structured entry with title, description, target date, and deliverables."
56159
+ },
56160
+ "get_decision": {
56161
+ "name": "get_decision",
56162
+ "description": "Reads a specific architecture decision by ADR ID. Returns the full decision content including context, decision, and consequences."
56163
+ },
56164
+ "get_roadmap": {
56165
+ "name": "get_roadmap",
56166
+ "description": "Reads the current roadmap content from ROADMAP.md. Returns milestones, phases, and planned work."
56167
+ },
56168
+ "create_task": {
56169
+ "name": "create_task",
56170
+ "description": "Creates a new task with YAML frontmatter metadata. Uses Jira-like IDs (e.g., AUTH-001, API-042) for stable references. Supports dependencies, priorities, estimates, due dates, and tags. Agents can determine execution order by checking dependencies and priorities."
56171
+ },
56172
+ "update_task": {
56173
+ "name": "update_task",
56174
+ "description": "Updates an existing task by ID. Can update any field including status, priority, owner, dependencies, etc. Use this to transition tasks through workflow states."
56175
+ },
56176
+ "get_task": {
56177
+ "name": "get_task",
56178
+ "description": "Reads and returns a specific task by ID. Shows all metadata including frontmatter, description, subtasks, and notes."
56179
+ },
56180
+ "delete_task": {
56181
+ "name": "delete_task",
56182
+ "description": "Permanently deletes a task from todos/. Use with caution - this cannot be undone. Consider using archive_task instead for completed tasks."
56183
+ },
56184
+ "get_next_task": {
56185
+ "name": "get_next_task",
56186
+ "description": "Returns the next task(s) that should be worked on. Considers: dependencies (only returns tasks whose dependencies are done), priority (P0 first), status (excludes done/blocked), and optionally filters by owner or project. This is the key tool for agentic execution - call this to know what to do next."
56187
+ },
56188
+ "list_tasks": {
56189
+ "name": "list_tasks",
56190
+ "description": "Lists all tasks with optional filtering. Returns a summary view of tasks organized by status and priority."
56191
+ },
56192
+ "search_tasks": {
56193
+ "name": "search_tasks",
56194
+ "description": "Search tasks by keyword in title, description, or content. Returns matching tasks with relevance ranking."
56195
+ },
56196
+ "sync_todo_index": {
56197
+ "name": "sync_todo_index",
56198
+ "description": "Syncs the parent TODO.md file with all tasks. Generates a dashboard view with tasks organized by status, priority counts, dependency graph, and execution order. This provides a bird's eye view of all work."
56199
+ },
56200
+ "import_tasks": {
56201
+ "name": "import_tasks",
56202
+ "description": "Parses a plan document and imports tasks to BACKLOG.md (not individual files). Use this to populate the backlog from a roadmap or requirements doc. Tasks stay in BACKLOG until promoted to active work via promote_task."
56203
+ },
56204
+ "promote_task": {
56205
+ "name": "promote_task",
56206
+ "description": "Promotes a task from BACKLOG.md to an active YAML task file in todos/. Use this when starting work on a backlog item. Creates a full task file with YAML frontmatter, dependencies, and metadata."
56207
+ },
56208
+ "archive_task": {
56209
+ "name": "archive_task",
56210
+ "description": "Archives a completed task by moving it from todos/ to archive/. Keeps the active task queue small and focused. Archived tasks are preserved for history but excluded from get_next_task."
56211
+ },
56212
+ "add_to_backlog": {
56213
+ "name": "add_to_backlog",
56214
+ "description": "Adds a single item to BACKLOG.md. Use this for quick task creation without bulk import. Items are added to the specified priority section and can later be promoted to active work."
56215
+ },
56216
+ "get_backlog": {
56217
+ "name": "get_backlog",
56218
+ "description": "Reads and returns the current backlog contents with optional filtering. Shows tasks organized by priority with counts and summary."
56219
+ },
56220
+ "update_backlog_item": {
56221
+ "name": "update_backlog_item",
56222
+ "description": "Updates an item in BACKLOG.md. Can change priority, title, tags, or phase without promoting to active work."
56223
+ },
56224
+ "remove_from_backlog": {
56225
+ "name": "remove_from_backlog",
56226
+ "description": "Removes an item from BACKLOG.md without promoting it. Use for tasks that are no longer needed or were added by mistake."
56227
+ },
56228
+ "list_archived_tasks": {
56229
+ "name": "list_archived_tasks",
56230
+ "description": "Lists tasks in the archive/ directory. Shows completed work history with optional filtering by project or date."
56231
+ },
56232
+ "unarchive_task": {
56233
+ "name": "unarchive_task",
56234
+ "description": "Restores a task from archive/ back to todos/ for further work. Use when a completed task needs to be reopened."
56235
+ },
56236
+ "lint_project_docs": {
56237
+ "name": "lint_project_docs",
56238
+ "description": "Validates project documentation against standards. Checks for required files, valid frontmatter, broken dependencies, missing fields, and formatting issues. Can auto-fix common problems. Run this before commits to ensure documentation quality."
56239
+ },
56240
+ "init_project": {
56241
+ "name": "init_project",
56242
+ "description": "Initializes the .project/ directory with all standard files following strict templates. Creates index.md (contract), TODO.md (dashboard), BACKLOG.md (prioritized work queue), ROADMAP.md, STATUS.md, DECISIONS.md, and todos/ directory. Use this to bootstrap a new project with proper structure."
56243
+ },
56244
+ "process_thoughts": {
56245
+ "name": "process_thoughts",
56246
+ "description": "Reads brain dump markdown files from .project/thoughts/todos/ and returns the content along with project context for analysis.\n\nThis tool gathers:\n1. **Raw thought content** - The unstructured brain dump as written\n2. **Project context** - Existing tasks, roadmap milestones, decisions for reference\n3. **Task format guide** - The YAML structure for creating tasks\n\nYOU (the LLM) should then analyze the content to:\n- Understand the user's intent (explicit, shadow/underlying, practical)\n- Identify logical task groupings (consolidate related items)\n- Determine appropriate priorities based on context\n- Create well-structured tasks using create_task\n- **After creating tasks, use archive_thought to archive the processed file**\n\nThe tool does NOT automatically create tasks - it provides you with everything needed to make intelligent decisions about task creation."
56247
+ },
56248
+ "archive_thought": {
56249
+ "name": "archive_thought",
56250
+ "description": "Archives a processed thought file by moving it to .project/thoughts/todos/.archive/. \nUse this after you've created tasks from a thought file to keep the active thoughts folder clean.\nAlso logs the archive action with timestamp and created task IDs."
56251
+ },
56252
+ "list_thoughts": {
56253
+ "name": "list_thoughts",
56254
+ "description": "Lists all thought files in the .project/thoughts/ directory structure. Shows available brain dump files organized by category."
56255
+ },
56256
+ "list_archived_thoughts": {
56257
+ "name": "list_archived_thoughts",
56258
+ "description": "Lists all archived thought files with their processing history. Shows what thoughts were processed, when, and what tasks were created."
56259
+ },
56260
+ "get_thought": {
56261
+ "name": "get_thought",
56262
+ "description": "Reads a specific thought file and returns its raw content for review."
56263
+ }
56264
+ }
56090
56265
  }
56091
56266
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolsdk.ai/registry",
3
- "version": "1.0.151",
3
+ "version": "1.0.153",
4
4
  "description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -667,6 +667,7 @@
667
667
  "pokemon-vgc-calc-mcp": "0.1.0",
668
668
  "powerplatform-mcp": "0.4.5",
669
669
  "productboard-mcp": "1.0.1",
670
+ "project-mcp": "3.3.0",
670
671
  "promptopia-mcp": "1.1.0",
671
672
  "proofly-mcp": "1.2.3",
672
673
  "pulsemcp-server": "0.1.2",
@@ -0,0 +1,15 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "name": "Project MCP",
4
+ "packageName": "project-mcp",
5
+ "description": "AI-native project management with intent-based documentation search, Jira-like task IDs (PROJECT-001), backlog workflow (import → promote → archive), thought processing (brain dumps → structured tasks with intent analysis), and project file management. (40 tools, 12 prompts)",
6
+ "url": "https://github.com/pouyanafisi/project-mcp",
7
+ "runtime": "node",
8
+ "license": "MIT",
9
+ "env": {
10
+ "DOCS_DIR": {
11
+ "description": "Path to documentation directory (default: ./docs)",
12
+ "required": false
13
+ }
14
+ }
15
+ }