https://github.com/symfony/mcp-sdk
Model Context Protocol SDK for Client and Server applications in PHP
https://github.com/symfony/mcp-sdk
ai llm symfony symfony-ai
Last synced: 6 months ago
JSON representation
Model Context Protocol SDK for Client and Server applications in PHP
- Host: GitHub
- URL: https://github.com/symfony/mcp-sdk
- Owner: symfony
- License: mit
- Created: 2025-07-11T10:50:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-17T12:30:49.000Z (6 months ago)
- Last Synced: 2025-09-17T14:22:49.327Z (6 months ago)
- Topics: ai, llm, symfony, symfony-ai
- Language: PHP
- Homepage: https://symfony.com/bundles/mcp-sdk
- Size: 140 KB
- Stars: 37
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-php-ai - Symfony MCP SDK
README
# Model Context Protocol PHP SDK
Model Context Protocol SDK for Client and Server applications in PHP.
**This Component is experimental**.
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
## Installation
```bash
composer require symfony/mcp-sdk
```
This is a low level SDK that implements the [Model Context Protocol](https://modelcontextprotocol.io/)
(MCP). The protocol is used by LLM model to build "plugins" and give them extra
context. Example the logged in users' latest order.
**This repository is a READ-ONLY sub-tree split**. See
https://github.com/symfony/ai to create issues or submit pull requests.
## Resources
- [Documentation](doc/index.rst)
- [Report issues](https://github.com/symfony/ai/issues) and
[send Pull Requests](https://github.com/symfony/ai/pulls)
in the [main Symfony AI repository](https://github.com/symfony/ai)