Skip to main content
Glama

HK Prompt MCP Server

by hkopenai
MIT License

HK Prompt MCP Server

This is an MCP server that provides custom prompts for guiding bot interactions.

Features

  • No Brackets Description: A prompt to instruct bots to avoid using brackets in descriptions.

Setup

  1. Clone this repository
  2. Install Python dependencies:
    pip install -r requirements.txt
  3. Run the server:
    python -m hkopenai.document_as_code_mcp_server

Running Options

  • Default stdio mode: python -m hkopenai.document_as_code_mcp_server
  • SSE mode (port 8000): python -m hkopenai.document_as_code_mcp_server --sse
  • Serve prompt as tool: python -m hkopenai.document_as_code_mcp_server --tool

Cline Integration

Cline does not support prompt from mcp server at this moment. The prompt is provided as tool:

To connect this MCP server to Cline using stdio:

  1. Add this configuration to your Cline MCP settings (cline_mcp_settings.json):
{ "hk-prompt-server": { "disabled": false, "timeout": 3, "type": "stdio", "command": "python", "args": [ "-m", "hkopenai.document_as_code_mcp_server", "--tool" ] } }

Testing

Tests are available in tests. Run with:

pytest
-
security - not tested
A
license - permissive license
-
quality - not tested

An MCP server that provides custom prompts for guiding bot interactions, specifically to avoid using brackets in descriptions.

  1. Features
    1. Setup
      1. Running Options
    2. Cline Integration
      1. Testing

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          This is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.
          Last updated -
          Python
        • A
          security
          A
          license
          A
          quality
          An MCP server that enables posting messages to Discord webhooks, allowing customization of content, username, and avatar URL.
          Last updated -
          1
          0
          JavaScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          An MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.
          Last updated -
          10
          Python
          MIT License
        • -
          security
          -
          license
          -
          quality
          An MCP server that provides tools for interacting with Anthropic's prompt engineering APIs, allowing users to generate, improve, and templatize prompts based on task descriptions and feedback.
          Last updated -
          1
          TypeScript
          ISC License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/hkopenai/document_as_code'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server