mcp-demo

ssafarveisi-dataops/mcp-demo
★ 0 stars Jupyter Notebook 📁 File System Updated today
Setting up a demo MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-demo": {
      "command": "npx",
      "args": [
        "-y",
        "ssafarveisi-dataops/mcp-demo"
      ]
    }
  }
}

README Excerpt

Use `claude_desktop_config.json` for this purpose. I have created a Bedrock AgentCore runtime in `search_agent.ipynb` (Bedrock AgentCore app `aws_bedrock_agentcore/dummy_agent.py` contains the implementation of a Bedrock AgentCore runtime which has been containerized and used to create the runtime). Here, the idea is to invoke the runtime using an AWS step function when a `jsonl` file is uploaded into a S3 bucket. The resources to create a step function are located in `tf` directory.