You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduced a new JSON configuration file for the Serverless Framework MCP server.
- Included metadata such as name, description, repository, author, and license.
- Defined installation methods for npm and CLI with necessary environment variables.
- Specified required arguments for AWS credentials.
- Added tools for creating, deploying, invoking functions, listing functions, retrieving logs, and removing services.
- Provided example prompts for common operations.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ MCPM is an open source service and a CLI package management tool for MCP servers
23
23
24
24
## 🤝 Community Contributions
25
25
26
-
> 💡 **Grow the MCP ecosystem!**We welcome contributions to our [MCP Registry](mcp-registry/README.md). Add your own servers, improve documentation, or suggest features. Open source thrives with community participation!
26
+
> 💡 **Internal MCP Registry!**This project includes an [Internal MCP Registry](mcp-registry/README.md) with 9 curated and tested MCP servers. The registry provides reliable, verified servers for production use. Community contributions to the main MCPM tool are welcome!
mcpm inspector # Launch the MCPM Inspector UI to examine server configs
154
154
```
155
155
156
-
### 📚 Registry
156
+
### 📚 Internal Registry
157
157
158
-
The MCP Registry is a central repository of available MCP servers that can be installed using MCPM. The registry is available at [mcpm.sh/registry](https://mcpm.sh/registry).
158
+
This project includes an internal MCP Registry with 9 curated and tested MCP servers that can be installed using MCPM. The internal registry contains reliable servers for production use, including both internal (Melio) and verified external servers.
The MCP Server Registry is a central repository of [Model Context Protocol](https://modelcontextprotocol.github.io/) servers. This registry enables easy discovery and installation of MCP servers for clients like Claude Desktop, Cursor, and Windsurf.
3
+
This is an internal MCP (Model Context Protocol) installer containing a curated set of 9 supported MCP servers. This installer provides reliable, tested MCP servers for use with clients like Claude Desktop, Cursor, and Windsurf.
├── CONTRIBUTING.md # Guidelines for contributing servers
69
-
├── servers/ # Directory containing all registered servers
70
-
│ ├── [server-name]/ # Directory for each server
71
-
│ │ ├── manifest.json # Server metadata and configuration
72
-
│ │ └── README.md # Detailed server documentation
74
+
├── README.md # This file - overview and usage
75
+
├── servers/ # 9 supported MCP server configurations
76
+
│ ├── atlassian.json # Atlassian/Jira integration
77
+
│ ├── aws.json # AWS cloud services
78
+
│ ├── circleci.json # CircleCI CI/CD
79
+
│ ├── figma.json # Figma design tools
80
+
│ ├── github.json # GitHub integration
81
+
│ ├── mysql.json # MySQL database
82
+
│ ├── notion-mcp.json # Notion workspace
83
+
│ ├── playwright-mcp.json # Browser automation
84
+
│ └── serverless.json # Serverless framework
73
85
└── schema/ # Schema definitions
74
-
└── manifest-schema.json # JSON Schema for manifest validation
86
+
└── server-schema.json # JSON Schema for server validation
75
87
```
76
88
89
+
## 🔄 Updates and Maintenance
90
+
91
+
This internal installer is maintained with a fixed set of 9 verified MCP servers. Updates to server configurations are applied through controlled releases to ensure compatibility and reliability.
92
+
77
93
## 📜 License
78
94
79
-
This registry is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
95
+
This internal installer is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
"description": "Interact with Atlassian Cloud products (Confluence and Jira) including searching/reading Confluence spaces/pages, accessing Jira issues, and project metadata.",
2
+
"name": "mcp-atlassian",
3
+
"display_name": "Atlassian MCP Server",
4
+
"description": "Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). This integration supports both Confluence & Jira Cloud and Server/Data Center deployments.",
0 commit comments