Skip to main content
Glama

Vincent Says MCP Server

by jiechau

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

npm install -g jiechau-mcp-vincent-says

Or use with npx:

npx jiechau-mcp-vincent-says

Usage

VS Code Copilot

Add to your .vscode/mcp.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:

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

And add to your .mcp.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

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)

Deploy Server
-
security - not tested
F
license - not found
-
quality - not tested

Enables users to ask questions to a persona named Vincent and get yes/no answers or personalized responses in Vincent's style. Provides a tool to simulate how Vincent would respond to various statements or questions.

  1. Installation
    1. Usage
      1. VS Code Copilot
      2. Claude Desktop
    2. Features
      1. Example Prompts
        1. Development
          1. License
            1. Author

              Related MCP Servers

              • A
                security
                F
                license
                A
                quality
                Enables creation, management, and templating of prompts through a simplified SOLID architecture, allowing users to organize prompts by category and fill in templates at runtime.
                Last updated -
                107
                74
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                Enables interaction with Google Forms API to create forms, add questions, and retrieve responses through natural language commands.
                Last updated -
                3
                • Apple
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that simulates police interrogations, enabling users to create officer profiles and conduct dynamic interrogations with simulated suspect responses based on configurable parameters like pressure level, evidence, and crime type.
                Last updated -
                1
                MIT License
              • -
                security
                F
                license
                -
                quality
                A serverless backend that enables natural language querying of a Postgres database, converting user questions into SQL and returning structured, UI-friendly responses.
                Last updated -

              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/jiechau/jiechau_mcp_vincent_says_npm'

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