Are you the author? Sign in to claim
mcpserverexample
To install and run the Deployable MCP Server, use the following command:
uvx --from https://github.com/parameshwaran1/mcpserverexample.git mcp-server
Or, in JSON configuration format:
"Deployable MCP Server": {
"command": "uvx",
"args": [
"--from",
"https://github.com/parameshwaran1/mcpserverexample.git",
"mcp-server"
]
}
After installation, you can start the MCP server using the command:
uvx --from https://github.com/parameshwaran1/mcpserverexample.git mcp-server
This will launch the Deployable MCP Server, making its tools available for use.
uv and uvx installed. You can install them with:
pip install uv
pip install uvx
Feel free to fork the repository and submit pull requests for new features or bug fixes.
This project is licensed under the MIT License.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows