https://github.com/unckan/ckanext-mcp
An MCP server to answer questions about data
https://github.com/unckan/ckanext-mcp
Last synced: about 2 months ago
JSON representation
An MCP server to answer questions about data
- Host: GitHub
- URL: https://github.com/unckan/ckanext-mcp
- Owner: unckan
- License: gpl-3.0
- Created: 2025-06-03T22:50:18.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-04T00:38:14.000Z (5 months ago)
- Last Synced: 2025-06-04T07:14:04.939Z (5 months ago)
- Language: Python
- Size: 224 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **ckanext-mcp** - An MCP server to answer questions about data `python` `mcp` `server` `pip install git+https://github.com/unckan/ckanext-mcp` (🤖 AI/ML)
README
[](https://github.com/unckan/ckanext-mcp/actions)
# ckanext-mcp
This extensions allow editor users to define which and how a resource answer potential
questions to the public.
This extension is Alpha status, under development and not yet ready for production use.
Learning from here: https://github.com/modelcontextprotocol/python-sdk/blob/main/README.md

## More docs
- [Inspect a mcp dev server](/extras/docs/mcp-dev.md)
## Requirements
This extension requires CKAN 2.11 or later.
Compatibility with core CKAN versions:
| CKAN version | Compatible? |
| --------------- | ------------- |
| 2.10 | not tested |
| 2.11 | not tested |
## Installation
Add `mcp` to the `ckan.plugins` setting in your CKAN.
## Config settings
None at present
## License
[AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)