nicknochnack_buildmcpserver

nicknochnack_buildmcpserver

by nicknochnack

Resources

Skip to content

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

nicknochnack / BuildMCPServer Public

A complete walkthrough on how to build an MCP server to serve a trained Random Forest model and integrate it with Bee Framework for ReAct interactivity.

17 stars
1 fork
Branches
Tags
Activity

Star

Notifications
You must be signed in to change notification settings

nicknochnack/BuildMCPServer

main

Branches
Tags


Go to file

Code

Folders and files

| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------

History
-------

3 Commits

| | |
| .gitignore | | .gitignore | | |
| .python-version | | .python-version | | |
| README.md | | README.md | | |
| pyproject.toml | | pyproject.toml | | |
| server.py | | server.py | | |
| singleflowagent.py | | singleflowagent.py | | |
| uv.lock | | uv.lock | | |
| View all files | | |

Repository files navigation

Build a MCP Server

A complete walkthrough on how to build a MCP server to serve a trained Random Forest model and integrate it with Bee Framework for ReAct interactivity.

See it live and in action πŸ“Ί

Startup MCP Server πŸš€

  1. Clone this repo git clone https://github.com/nicknochnack/BuildMCPServer
  2. To run the MCP server
    cd BuildMCPServer
    uv venv
    source .venv/bin/activate
    uv add .
    uv add ".[dev]"
    uv run mcp dev server.py
  3. To run the agent, in a separate terminal, run:
    source .venv/bin/activate
    uv run singleflowagent.py

Startup FastAPI Hosted ML Server

git clone https://github.com/nicknochnack/CodeThat-FastML
cd CodeThat-FastML
pip install -r requirements.txt
uvicorn mlapi:app --reload
Detailed instructions on how to build it can also be found here

Other References πŸ”—

======================

Who, When, Why?

πŸ‘¨πŸΎβ€πŸ’» Author: Nick Renotte
πŸ“… Version: 1.x
πŸ“œ License: This project is licensed under the MIT License

About

A complete walkthrough on how to build an MCP server to serve a trained Random Forest model and integrate it with Bee Framework for ReAct interactivity.

Resources

Readme

Activity

Stars

17 stars

Watchers

1 watching

Forks

1 fork

Report repository

Releases


No releases published

Packages 0


No packages published

Languages

You can’t perform that action at this time.

Features & Capabilities

Categories
mcp_server model_context_protocol

Implementation Details

Stats

0 Views
17 GitHub Stars

Repository Info

nicknochnack Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300