Skip to main content
Glama
jiechau

Vincent Says MCP Server

by jiechau
README.md
# jiechau-mcp-vincent-says

You always have something to ask Vincent—anything, everything—you just want to know how Vincent would say it. So, let's ask Vincent!

This is an MCP (Model Context Protocol) server that provides a tool to ask Vincent questions and get yes/no answers.

## Installation

```bash
npm install -g jiechau-mcp-vincent-says
```

Or use with npx:

```bash
npx jiechau-mcp-vincent-says
```

## Usage

### VS Code Copilot

Add to your `.vscode/mcp.json`:

```json
{
  "servers": {
    "my-mcp-server-vincent-says": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "jiechau-mcp-vincent-says"
      ]
    }
  },
  "inputs": []
}
```

### Claude Desktop

Add to your `.claude/settings.local.json`:

```json
{
  "enabledMcpjsonServers": [
    "my-mcp-server-vincent-says"
  ],
  "enableAllProjectMcpServers": true
}
```

And add to your `.mcp.json`:

```json
{
  "mcpServers": {
    "my-mcp-server-vincent-says": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "jiechau-mcp-vincent-says"
      ],
      "env": {}
    }
  }
}
```

## Features

- **ask_vincent**: Ask Vincent something and get a yes/no answer
- **greeting resources**: Get personalized greetings from Vincent

## Example Prompts

- "I wanna change the database structure. How would Vincent say that?"
- "I'm taking some time off next month. How would Vincent say that?"

## Development

```bash
git clone https://gitlab.com/jiechau/jiechau_mcp_vincent_says_npm.git
cd jiechau_mcp_vincent_says_npm/
npm install
npm run build
npm run dev  # for development with live reload
```

## License

MIT

## Author

jiechau (jiechau@gmail.com)

TDQS

B3/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools, as there are no other tools to confuse it with. The tool's purpose is clearly defined and distinct by default.

Naming Consistency5/5

Since there is only one tool, naming consistency is inherently perfect—there are no other tools to compare it against, and it follows a clear verb_noun pattern (ask_vincent).

Tool Count2/5

A single tool is generally too few for a meaningful MCP server, as it offers limited functionality and scope, making it feel thin and underdeveloped for typical agent interactions.

Completeness1/5

The server's domain appears to be querying Vincent for yes/no answers, but with only one tool, there are significant gaps—no ability to handle follow-ups, clarify questions, or manage session state, severely limiting its utility.

Maintenance

ActivityInactive
ResponsivenessNo issues