{"id":50528985,"url":"https://github.com/floorisground/math-mcp","last_synced_at":"2026-06-03T11:01:13.960Z","repository":{"id":321131869,"uuid":"1084016748","full_name":"FloorIsGround/math-mcp","owner":"FloorIsGround","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-28T01:05:49.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-28T01:19:24.760Z","etag":null,"topics":["mcp-server","mcp-server-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FloorIsGround.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-27T05:14:45.000Z","updated_at":"2025-10-28T01:15:52.000Z","dependencies_parsed_at":"2025-10-28T01:29:34.350Z","dependency_job_id":null,"html_url":"https://github.com/FloorIsGround/math-mcp","commit_stats":null,"previous_names":["floorisground/math-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/FloorIsGround/math-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloorIsGround%2Fmath-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloorIsGround%2Fmath-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloorIsGround%2Fmath-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloorIsGround%2Fmath-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FloorIsGround","download_url":"https://codeload.github.com/FloorIsGround/math-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloorIsGround%2Fmath-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33860971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mcp-server","mcp-server-python"],"created_at":"2026-06-03T11:01:12.937Z","updated_at":"2026-06-03T11:01:13.949Z","avatar_url":"https://github.com/FloorIsGround.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# math-operations-mcp\n\nShort instructions to install dependencies and run the project.\n\nPrerequisites\n- Python 3.11+ (project pyproject requires \u003e=3.11; use your system Python or a virtualenv)\n\nCreate a virtual environment and install dependencies\n\nWith python:\n```bash\npython -m venv .venv\nsource .venv/bin/activate\npip install --upgrade pip\npip install -e .\n# If the project has no local installable package, install the runtime deps directly:\n# pip install fastapi uvicorn pydantic\n```\n\nWith uv package manager:\n```bash\n# install uv if needed\npip install uv\n\n# create (and usually activate) a virtual environment\nuv venv\n\n# If uv does not activate the venv automatically, activate it manually:\n# Linux/WSL:\nsource .venv/bin/activate\n\n# upgrade pip and install the project\nuv sync\n\n# If the project has no local installable package, install runtime deps directly:\n# pip install fastapi uvicorn pydantic\n```\n\nRun the server\n\n```bash\n# run directly with python\npython main.py\n\n#with uv package manager\n\nuv run main.py\n```\n\nWhat to expect\n- The API root will be available at http://localhost:8000/\n- The MCP endpoint is mounted at /math/mcp/ (see `main.py`) and a streaming HTTP app at /math/\n\nNotes\n- If you run into dependency issues, check the `pyproject.toml` in the repository root and install listed packages manually.\n\n\nREADME.md created with Generative AI.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloorisground%2Fmath-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloorisground%2Fmath-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloorisground%2Fmath-mcp/lists"}