Vincent Says MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vincent Says MCP Servershould I take a vacation next week?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-saysOr use with npx:
npx jiechau-mcp-vincent-saysRelated MCP server: personality-test-mcp
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 reloadLicense
MIT
Author
jiechau (jiechau@gmail.com)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseCqualityDmaintenanceEnables interactive reincarnation storytelling where users choose their path after death, becoming characters like a vengeful spirit, Bilbo Baggins, or Monkey D. Luffy. Features dynamic narrative generation with personalized story paths based on user choices and soul-searching questions.Last updated8
- Alicense-qualityDmaintenanceEnables AI models to administer personality tests, score responses, and provide personality type assessments, with optional integration with Ollama for personalized AI interactions.Last updated1ISC
- Alicense-qualityDmaintenanceEnables persistent AI entities with causal memory, emotional state, and identity continuity. Provides 31 tools for memory, cognition, emotion, planning, reasoning, and more.Last updated44Inno Setup
- Alicense-qualityCmaintenanceAn honest, cite-or-abstain persona engine that answers questions about a specific person based on a signed knowledge base, declining anything not in the notes.Last updatedApache 2.0
Related MCP Connectors
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
A personal RAG database you build from chat, so AI creates work that sounds like you.
500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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