notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
py-mcp Python implementation of the Model Context Protocol (MCP)
1.3.0 miscnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-03-18 09:51:06
Last Update: 2025-03-18 09:46:33
Commit Hash: 82930d2
Also Listed In: python
License: MIT
WWW:
https://pypi.python.org/pypi/mcp
Description:
The Model Context Protocol allows applications to provide context for LLMs in a standardized way, separating the concerns of providing context from the actual LLM interaction. This Python SDK implements the full MCP specification, making it easy to: - Build MCP clients that can connect to any MCP server - Create MCP servers that expose resources, prompts and tools - Use standard transports like stdio and SSE - Handle all MCP protocol messages and lifecycle events
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}mcp>0:misc/py-mcp@${PY_FLAVOR}
To install the port:
cd /usr/ports/misc/py-mcp/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/py-mcp
  • pkg install py311-mcp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-mcp listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-mcp
Package flavors (<flavor>: <package>)
  • py311: py311-mcp
distinfo:
TIMESTAMP = 1741774341 SHA256 (mcp-1.3.0.tar.gz) = f409ae4482ce9d53e7ac03f3f7808bcab735bdfc0fba937453782efb43882d45 SIZE (mcp-1.3.0.tar.gz) = 150235

Packages (timestamps in pop-ups are UTC):
py311-mcp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.3.0--1.3.0---
FreeBSD:13:quarterly1.3.01.3.0--1.3.0---
FreeBSD:14:latest-1.3.0--1.3.0---
FreeBSD:14:quarterly-1.3.0--1.3.0---
FreeBSD:15:latest1.3.01.3.0n/a1.3.0n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-hatchling>=1.27.0 : devel/py-hatchling@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-anyio>=4.5 : devel/py-anyio@py311
  2. py311-httpx-sse>=0.4 : www/py-httpx-sse@py311
  3. py311-httpx>=0.28.1 : www/py-httpx@py311
  4. py311-pydantic-settings>=2.6.0 : devel/py-pydantic-settings@py311
  5. py311-pydantic2>=2.10.6_2 : devel/py-pydantic2@py311
  6. py311-sse-starlette>=2.2.0 : www/py-sse-starlette@py311
  7. py311-starlette>=0.45.3 : www/py-starlette@py311
  8. py311-uvicorn>=0.34.0 : www/py-uvicorn@py311
  9. python3.11 : lang/python311
This port is required by:
for Run
  1. misc/py-oterm

Configuration Options:
No options to configure
Options name:
misc_py-mcp
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/m/mcp/
  2. https://pypi.org/packages/source/m/mcp/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.0
18 Mar 2025 09:46:33
commit hash: 82930d2795ec9527f4577e20055ffe57287a8f00commit hash: 82930d2795ec9527f4577e20055ffe57287a8f00commit hash: 82930d2795ec9527f4577e20055ffe57287a8f00commit hash: 82930d2795ec9527f4577e20055ffe57287a8f00 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
misc/py-mcp: Add new port

The Model Context Protocol allows applications to provide context for LLMs in a
standardized way, separating the concerns of providing context from the actual
LLM interaction. This Python SDK implements the full MCP specification, making
it easy to:

  - Build MCP clients that can connect to any MCP server
  - Create MCP servers that expose resources, prompts and tools
  - Use standard transports like stdio and SSE
  - Handle all MCP protocol messages and lifecycle events

https://pypi.python.org/pypi/mcp

Number of commits found: 1