An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Tests](https://github.com/unckan/ckanext-mcp/workflows/Tests/badge.svg?branch=main)](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

![mcp dev server running](/extras/docs/images/mcp-dev-server.png)

## 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)