unravel-team
MCP Server
unravel-team
public

mcp thoughtful prompts

Some thoughtful prompts to make day-to-day life easier when working with LLMs

Repository Info

1
Stars
0
Forks
1
Watchers
0
Issues
Makefile
Language
MIT License
License

About This Server

Some thoughtful prompts to make day-to-day life easier when working with LLMs

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

# tech.unravel/mcp-thoughtful-prompts

I'm an MCP server preparing thoughtful prompts for quick use!

All the available prompts are defined in the [prompts.edn](resources/tech/unravel/prompts.edn) file, and we'd love it if you add your own favorite prompts to the mix.

EDN is a language similar to JSON, but with tighter integration in Clojure. Adding a new prompt is as simple as copying an existing prompt definition and adding it to the bottom of the file. Running `make test` will validate the prompt-definition for you.

Currently, we provide the following prompts: (See the [prompts.edn](resources/tech/unravel/prompts.edn) file for more details)
```
("ebm-sort"
 "explain-code-repo"
 "summarize-article"
 "learn-from-top-posts-this-week")
```

## Usage

### Building the Uberjar

1. `make clean && make build`

### Running the MCP server
Some example commands you can try in Claude Desktop or Inspector:

1. Visualize this data for me using ...
2. Add the prompts you would use to test your server in this section

#### Before running the MCP server
Remember:
1. Replace the full-path to the `tech.unravel/mcp-thoughtful-prompts` JAR with the correct path on your system (i.e. replace `/Users/vedang/repo-name` below with the correct path)
2. Other notes specific to your server should go here.

#### In Claude Desktop

```json
    "thoughtful_prompts": {
      "command": "java",
      "args": [
        "-Dclojure.tools.logging.factory=clojure.tools.logging.impl/log4j2-factory",
        "-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.Slf4jLog",
        "-Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector",
        "-Dlog4j2.configurationFile=log4j2-mcp.xml",
        "-Dbabashka.json.provider=metosin/jsonista",
        "-Dlogging.level=INFO",
        "-cp",
        "/Users/vedang/repo-name/target/tech.unravel/mcp-thoughtful-prompts-0.2.0.jar",
        "tech.unravel.mcp-thoughtful-prompts"
      ]
    }
```

#### In MCP Inspector
Remember to use the full-path to the `tech.unravel/mcp-thoughtful-prompts` JAR on your system.

```shell
npx @modelcontextprotocol/inspector java -Dclojure.tools.logging.factory=clojure.tools.logging.impl/log4j2-factory -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.Slf4jLog -Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector -Dlog4j2.configurationFile=log4j2-mcp.xml -Dbabashka.json.provider=metosin/jsonista -Dlogging.level=INFO -cp /Users/vedang/repo-name/target/tech.unravel/mcp-thoughtful-prompts-0.2.0.jar tech.unravel.mcp-thoughtful-prompts
```

## License

Copyright © 2025 Unravel Experts Pvt Ltd Engineering

Distributed under the MIT License

Quick Start

1

Clone the repository

git clone https://github.com/unravel-team/mcp-thoughtful-prompts
2

Install dependencies

cd mcp-thoughtful-prompts
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerunravel-team
Repomcp-thoughtful-prompts
Language
Makefile
LicenseMIT License
Last fetched8/8/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation