How to Use the AcademyOfMine MCP in Windsurf
Let Windsurf's Cascade agent manage your AcademyOfMine LMS. Set a goal, like 'create a new onboarding course,' and it just gets it done.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AcademyOfMine MCP to Windsurf
Create your Vinkius account to connect AcademyOfMine to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Course Management, Hands-Off
Tell Cascade to set up a new course. It will chain together `create_course`, `update_course` with your content, and even pull the structure with `get_course_curriculum` to confirm it's correct. You give one instruction, not a dozen. This isn't like other clients where you have to prompt every single action. With Windsurf, you define the end state. Cascade figures out the steps and executes them autonomously, so you can get back to your real work.
Administer Users Without the UI
Onboarding a new team is now a one-line command. Cascade can take a list of names, run `create_user` for each one, and then `enroll_student` them into the right introductory courses. You don't have to leave your IDE or open a browser tab. It's perfect for quickly provisioning accounts for a new cohort of students or instructors, and you can check the results with `get_user_details`.
Your AcademyOfMine MCP Server in Windsurf
Sometimes you just need to see what's going on in the LMS. Ask Cascade to 'list all active courses' and it'll use `list_courses` to pull the data right into your editor. Same goes for getting a roster with `list_users`. This MCP Server connects Windsurf directly to your AcademyOfMine instance. You can even check system-wide configurations with `get_portal_settings`. It's about having the information you need, right where you're already working.
Set up AcademyOfMine MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the AcademyOfMine MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my AcademyOfMine payment history." If connected, Cascade will call the AcademyOfMine tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"academyofmine-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by AcademyOfMine. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about AcademyOfMine MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AcademyOfMine MCP today
We host it, we monitor it, we maintain it. You just paste one token.