Skip to main content

MCP server exposing internal knowledge retrieval tools.

Project description

MCP Knowledge Tools

This repository implements a Model Context Protocol (MCP) server that exposes three HTTP-backed retrieval tools for internal knowledge bases.

Available tools

Tool name Description Dataset ID
query_ux_knowledge Retrieves UX guidelines, templates, and examples. cab02597-6315-456c-92d3-19a65e3e7efd
query_lean_knowledge Retrieves Lean / Continuous Improvement documentation. 67659dbe-4387-4122-8eb9-1d2005bea6a2
query_automation_step Retrieves automation process steps and related materials. b68de37f-a9f7-41fc-948f-eb89ca145770

Each tool sends a POST request to the Dify dataset retrieval API:

POST https://api.dify.ai/v1/datasets/{data_id}/retrieve
Authorization: Bearer <dataset token>
Content-Type: application/json
{"query": "<your question>"}

Configuration

Set the dataset token through the DIFY_DATASET_TOKEN environment variable. A fallback token (dataset-gCRaKZgnKtvqLdeuoCFjKiME) is bundled for quick testing, but production deployments should override it.

export DIFY_DATASET_TOKEN="dataset-..."

Installation

The project is published as a standard Python package and can be installed with your preferred Python packaging tool.

Using uv

uv offers fast Python environment management and package installation.

uv venv
source .venv/bin/activate
uv pip install .

Using pip

The project is published as a standard Python package.

python -m venv .venv
source .venv/bin/activate
pip install .

Running the MCP server

The pyproject.toml file defines a console script entry point. After installation you can launch the server via:

mcp-knowledge-server

Alternatively you can run the module directly:

uv run mcp-knowledge-server

The server uses FastMCP from the Model Context Protocol reference implementation, so it can be registered with compatible MCP clients.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_knowledge_tools-0.1.0.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_knowledge_tools-0.1.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file mcp_knowledge_tools-0.1.0.tar.gz.

File metadata

  • Download URL: mcp_knowledge_tools-0.1.0.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.7

File hashes

Hashes for mcp_knowledge_tools-0.1.0.tar.gz
Algorithm Hash digest
SHA256 acd4d6ad3913b7119628147fa5241986277823a3421eb49472b7a8cf4209347c
MD5 8069d23a85d28665b9c853bee07b3c78
BLAKE2b-256 13aff4d71558fcc3c06758bbdbaf7fe91912f4891c8c66f80cd1235a32a97d37

See more details on using hashes here.

File details

Details for the file mcp_knowledge_tools-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_knowledge_tools-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 18af3a30029677fe7705be4c7ecbdb59560bca0dea73a9469a5d67637ba00dad
MD5 9b6fa048044a034f5aee763f0370dc4a
BLAKE2b-256 03d66e065a5b65f2819f9902fa979831f1d8ffff7f46529169f1d0947265eeb7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page