https://github.com/alphasecio/mcp-client-server
A collection of MCP servers and a Streamlit-based MCP chatbot.
https://github.com/alphasecio/mcp-client-server
mcp mcp-client mcp-server python streamlit
Last synced: 2 months ago
JSON representation
A collection of MCP servers and a Streamlit-based MCP chatbot.
- Host: GitHub
- URL: https://github.com/alphasecio/mcp-client-server
- Owner: alphasecio
- License: mit
- Created: 2025-05-14T14:51:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-14T13:51:45.000Z (3 months ago)
- Last Synced: 2026-03-14T16:43:44.604Z (3 months ago)
- Topics: mcp, mcp-client, mcp-server, python, streamlit
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MCP Client-Server
Model Context Protocol (MCP) client and server implementations using [FastMCP](https://gofastmcp.com/getting-started/welcome).
## Structure
```
├── client/ # MCP clients (Streamlit chatbot, Python examples)
├── server/ # MCP servers (hello, scc, web-risk)
└── README.md
```
## [Servers](server/README.md)
| Server | Tools | Description |
|------------|-----------------------------------------------------|---------------------------------------|
| hello | greet, roll_dice | Minimal example server |
| scc | top_vulnerability_findings, get_finding_remediation | Security Command Center integration |
| web-risk | lookup_url | URL threat detection via Web Risk API |