iddv/mcp-example
A reference implementation of the Model Context Protocol (MCP) enabling seamless tool calling between LLMs and applications. Features client/server architecture with HTTP APIs, local CLI execution, and AWS Bedrock integration in a production-ready, extensible framework.
Platform-specific configuration:
{
"mcpServers": {
"mcp-example": {
"command": "npx",
"args": [
"-y",
"mcp-example"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...