Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,55 @@ colorFrom: blue
|
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
| 8 |
---
|
|
|
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
---
|
| 10 |
+
# Model Context Protocol
|
| 11 |
|
| 12 |
+
<p align="center">
|
| 13 |
+
<img src="assets/light.png" alt="MCP Logo" />
|
| 14 |
+
</p>
|
| 15 |
+
|
| 16 |
+
<p align="center">
|
| 17 |
+
<strong>A protocol for seamless integration between LLM applications and external data sources</strong>
|
| 18 |
+
</p>
|
| 19 |
+
|
| 20 |
+
<p align="center">
|
| 21 |
+
<a href="https://modelcontextprotocol.io">Documentation</a> |
|
| 22 |
+
<a href="https://spec.modelcontextprotocol.io">Specification</a> |
|
| 23 |
+
<a href="https://github.com/orgs/modelcontextprotocol/discussions">Discussions</a>
|
| 24 |
+
</p>
|
| 25 |
+
|
| 26 |
+
The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.
|
| 27 |
+
|
| 28 |
+
## Getting Started
|
| 29 |
+
|
| 30 |
+
- 📚 Read the [Documentation](https://modelcontextprotocol.io) for guides and tutorials
|
| 31 |
+
- 🔍 Review the [Specification](https://spec.modelcontextprotocol.io) for protocol details
|
| 32 |
+
- 💻 Use our SDKs to start building:
|
| 33 |
+
- [TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk)
|
| 34 |
+
- [Python SDK](https://github.com/modelcontextprotocol/python-sdk)
|
| 35 |
+
- [Java SDK](https://github.com/modelcontextprotocol/java-sdk)
|
| 36 |
+
- [Kotlin SDK](https://github.com/modelcontextprotocol/kotlin-sdk)
|
| 37 |
+
- [C# SDK](https://github.com/modelcontextprotocol/csharp-sdk)
|
| 38 |
+
|
| 39 |
+
## Project Structure
|
| 40 |
+
|
| 41 |
+
- [specification](https://github.com/modelcontextprotocol/specification) - Protocol specification and documentation
|
| 42 |
+
- [typescript-sdk](https://github.com/modelcontextprotocol/typescript-sdk) - TypeScript implementation
|
| 43 |
+
- [python-sdk](https://github.com/modelcontextprotocol/python-sdk) - Python implementation
|
| 44 |
+
- [java-sdk](https://github.com/modelcontextprotocol/java-sdk) - Java implementation
|
| 45 |
+
- [kotlin-sdk](https://github.com/modelcontextprotocol/kotlin-sdk) - Kotlin implementation
|
| 46 |
+
- [csharp-sdk](https://github.com/modelcontextprotocol/csharp-sdk) - C# implementation
|
| 47 |
+
- [docs](https://github.com/modelcontextprotocol/docs) - User documentation and guides
|
| 48 |
+
- [create-kotlin-server](https://github.com/modelcontextprotocol/kotlin-sdk/tree/main/samples/kotlin-mcp-server) - Kotlin sample server
|
| 49 |
+
- [servers](https://github.com/modelcontextprotocol/servers) - List of maintained servers
|
| 50 |
+
|
| 51 |
+
## Contributing
|
| 52 |
+
|
| 53 |
+
We welcome contributions of all kinds! Whether you want to fix bugs, improve documentation, or propose new features, please see our [contributing guide](CONTRIBUTING.md) to get started.
|
| 54 |
+
|
| 55 |
+
Have questions? Join the discussion in our [community forum](https://github.com/orgs/modelcontextprotocol/discussions).
|
| 56 |
+
|
| 57 |
+
## About
|
| 58 |
+
|
| 59 |
+
The Model Context Protocol is an open source project run by [Anthropic, PBC.](https://anthropic.com) and open to contributions from the entire community.
|